pretty readme
This commit is contained in:
parent
a50e4162b3
commit
a13eaa5575
@ -2,5 +2,13 @@
|
|||||||
freego implementation as a simple REST API.
|
freego implementation as a simple REST API.
|
||||||
|
|
||||||
Currently stores no state and has no user authentication, so using it should just be
|
Currently stores no state and has no user authentication, so using it should just be
|
||||||
|
```
|
||||||
go build
|
go build
|
||||||
./freego_api
|
./freego_api
|
||||||
|
```
|
||||||
|
# Implemented routes
|
||||||
|
```
|
||||||
|
POST /game
|
||||||
|
GET /game/{id}
|
||||||
|
GET /game/{id}/status
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user