Fix: various bug fix
This commit is contained in:
@@ -64,6 +64,8 @@ func WordleServer(listener net.Listener) types.ShutdownFunc {
|
||||
wordleHandlers.GetState)
|
||||
apiGroup.POST("/guess",
|
||||
wordleHandlers.PostGuess)
|
||||
apiGroup.POST("/end",
|
||||
wordleHandlers.PostEnd)
|
||||
|
||||
server := &http.Server{
|
||||
Handler: http.Handler(router),
|
||||
|
||||
Reference in New Issue
Block a user