feat: Add user relation to black jack game entity
This commit is contained in:
parent
64e41b663e
commit
85d2b218aa
4 changed files with 10 additions and 6 deletions
7
backend/requests/blackjack.http
Normal file
7
backend/requests/blackjack.http
Normal file
|
@ -0,0 +1,7 @@
|
|||
POST http://localhost:8080/blackjack/start
|
||||
Authorization: Bearer {{token}}
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"betAmount": 1.01
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue