Draft: poop
This commit is contained in:
14
handlers/game/postMove.go
Normal file
14
handlers/game/postMove.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package game
|
||||
|
||||
import (
|
||||
"inp2025/tcp"
|
||||
"inp2025/utils"
|
||||
)
|
||||
|
||||
func (self *Handlers) PostMove(
|
||||
w tcp.ResponseWriter,
|
||||
req *tcp.Request,
|
||||
) error {
|
||||
// TODO
|
||||
return utils.Success(w)
|
||||
}
|
||||
Reference in New Issue
Block a user