Merge branch 'cherif_back_and_game' into luke

This commit is contained in:
LuckyLaszlo
2022-12-22 17:43:13 +01:00
8 changed files with 79 additions and 404 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: {