mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
fix: totally tubular fix
This commit is contained in:
parent
02b6e7cc29
commit
892b042187
|
|
@ -477,7 +477,7 @@ document
|
|||
const tokenType = document.cookie.split('; ').find(row => row.startsWith('token_type=')).split('=')[1];
|
||||
const accessToken = document.cookie.split('; ').find(row => row.startsWith('access_token=')).split('=')[1];
|
||||
|
||||
fetch(`${config.api_base}/v1/user`, {
|
||||
fetch('https://api.pretendo.cc/v1/user', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Accept': 'application/json',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user