feat(pong): added history api to get list of games
This commit is contained in:
parent
321f636672
commit
40dea32048
14 changed files with 1089 additions and 74 deletions
|
|
@ -7,6 +7,8 @@ apis:
|
|||
root: ./chat/openapi.json
|
||||
ttt:
|
||||
root: ./tic-tac-toe/openapi.json
|
||||
pong:
|
||||
root: ./pong/openapi.json
|
||||
|
||||
rules:
|
||||
info-license: warn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue