+ more error handling and bug fixes

This commit is contained in:
itsig0
2024-03-23 23:54:29 +01:00
parent 201b993974
commit 41e215ddcf
5 changed files with 497 additions and 176 deletions

View File

@@ -24,7 +24,8 @@ func main() {
tracker.Post("/update", handler.TrackerUpdate)
tracker.Post("/damage", handler.TrackerDamage)
tracker.Post("/mana", handler.TrackerMana)
tracker.Get("/check", handler.CheckStore)
tracker.Get("/newround", handler.TrackerRound)
tracker.Get("/reset", handler.TrackerReset)
// app.Get("/*", func(c *fiber.Ctx) error {
// return c.SendString("Hello, World!")
// })