feat: status api
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package rest
|
||||
|
||||
type Status struct {
|
||||
Turn uint `json:"turn"`
|
||||
Players int `json:"players"`
|
||||
}
|
||||
Reference in New Issue
Block a user