s
This commit is contained in:
parent
6d56d52d95
commit
dbb64fbe67
1 changed files with 1 additions and 1 deletions
2
game.js
2
game.js
|
@ -205,7 +205,7 @@ class Game extends GameBasic {
|
||||||
let f = new FormData();
|
let f = new FormData();
|
||||||
f.append('token', ws.token);
|
f.append('token', ws.token);
|
||||||
|
|
||||||
let j = await fetch("https://bg.xuyezo.net/api/form/auth_api/",
|
let j = await fetch("https://bg.dervland.net/api/form/auth_api/",
|
||||||
{
|
{
|
||||||
"method": "post",
|
"method": "post",
|
||||||
"body": f
|
"body": f
|
||||||
|
|
Loading…
Reference in a new issue