Enha: attempt to do modal popup of clue; must be a better way
This commit is contained in:
2
main.go
2
main.go
@ -29,7 +29,7 @@ func ListenToRequests(port string) error {
|
||||
mux.HandleFunc("POST /room-create", handlers.HandleCreateRoom)
|
||||
mux.HandleFunc("GET /start-game", handlers.HandleStartGame)
|
||||
mux.HandleFunc("GET /room-join", handlers.HandleJoinRoom)
|
||||
// mux.HandleFunc("GET /roomlist", handlers.HandleRoomList)
|
||||
mux.HandleFunc("POST /give-clue", handlers.HandleGiveClue)
|
||||
//elements
|
||||
mux.HandleFunc("GET /room/createform", handlers.HandleShowCreateForm)
|
||||
mux.HandleFunc("GET /room/hideform", handlers.HandleHideCreateForm)
|
||||
|
Reference in New Issue
Block a user