add turns and update token logic.

This commit is contained in:
2025-02-17 15:21:03 -08:00
parent f413b74a1f
commit c08a15f01f
34 changed files with 698 additions and 151 deletions

View File

@ -35,15 +35,15 @@ Content-Type: application/json
###
POST https://localhost:5173/api/games/de4cdb8c-0346-4ac6-a7a8-b4135b2d79e3/turns
POST https://localhost:5173/api/games/67b39573a0fcb80dd13f2c8b/turns
Accept: application/json
Content-Type: application/json
Authorization: Bearer {{token}}
{
"kind": "Roll",
"player": 2,
"value": 4
"kind": "SeatPlayers",
"player": 1,
"value": 2
}
###