Dope Ranking

This commit is contained in:
batche
2022-12-22 17:23:22 +01:00
parent 1e1a32bb78
commit 61831da347
4 changed files with 15 additions and 15 deletions

View File

@@ -233,7 +233,7 @@ export class GameSession {
});
const gc = this.components;
await fetch(c.addressBackEnd + "/game/matchEnd",
await fetch(c.addressBackEnd + "/game/gameserver/updategame",
{
method: "POST",
headers: {