mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-22 01:34:44 -05:00
Merge branch 'dev'
This commit is contained in:
commit
f38d8cc4dd
|
|
@ -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