[Tweak] Panda web server POST upgrade (#628)

* [Feat] Panda web server POST upgrade

* Move token in comms
This commit is contained in:
HitPanda
2024-01-21 14:04:38 +03:00
committed by Aviu00
parent 39e7e2e0fa
commit 9de8ef540a
14 changed files with 106 additions and 33 deletions

View File

@@ -307,7 +307,7 @@ namespace Content.Server.RoundEnd
Message = status
};
_pandaWeb.SendBotMessage(utkaRoundStatusEvent);
_pandaWeb.SendBotPostMessage(utkaRoundStatusEvent);
}
//WD-EDIT