Добавил возможность сброса матча вручную

This commit is contained in:
Smile Rex
2025-01-25 20:28:59 +03:00
parent 7725f67f3a
commit 1fa5d04510
2 changed files with 19 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ func main() {
b.Handle("/duel", duelController.StartMatch)
b.Handle("/accept", duelController.AcceptMatch)
b.Handle("/clear", duelController.ClearMatch)
b.Start()
}