-
Notifications
You must be signed in to change notification settings - Fork 2
Backend Routes
Dillon Rice edited this page May 12, 2020
·
2 revisions
get (Index) /api/games/ for testing and search
get (SHOW game) /api/games/:id returns game, boards, pieces
get (Index) /api/user/:userId/games
post game post /api/games
post board post /api/board
post pieces post /api/pieces
delete board delete /api/board/:id
delete token delete /api/board/:boardId/token/:tokenId
edit board patch /api/board/:boardId