feat(blackjack): add BlackJack game creation functionality
This commit is contained in:
parent
24ea51318f
commit
8cb045fcbe
5 changed files with 80 additions and 0 deletions
7
backend/requests/test.http
Normal file
7
backend/requests/test.http
Normal file
|
@ -0,0 +1,7 @@
|
|||
POST http://localhost:8080/blackjack/start
|
||||
Authorization: Bearer {{token}}
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"betAmount": 999
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue