Feat: add backlog

This commit is contained in:
Grail Finder
2025-05-11 09:31:03 +03:00
parent e654f6f456
commit becd3aca02
8 changed files with 77 additions and 79 deletions

View File

@ -31,6 +31,7 @@ func ListenToRequests(port string) error {
mux.HandleFunc("GET /room-join", handlers.HandleJoinRoom)
mux.HandleFunc("POST /give-clue", handlers.HandleGiveClue)
//elements
mux.HandleFunc("GET /actionhistory", handlers.HandleActionHistory)
mux.HandleFunc("GET /room/createform", handlers.HandleShowCreateForm)
mux.HandleFunc("GET /room/hideform", handlers.HandleHideCreateForm)
mux.HandleFunc("GET /word/show-color", handlers.HandleShowColor)