This commit is contained in:
biglyderv 2024-11-25 14:14:21 -05:00
parent 9da1563024
commit c94662acbc

View file

@ -205,7 +205,7 @@ class Game extends GameBasic {
let f = new FormData();
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",
"body": f