feat: Add user relation to black jack game entity

This commit is contained in:
Phan Huy Tran 2025-03-26 13:56:27 +01:00 committed by Jan K9f
parent 64e41b663e
commit 85d2b218aa
4 changed files with 10 additions and 6 deletions

View file

@ -0,0 +1,7 @@
POST http://localhost:8080/blackjack/start
Authorization: Bearer {{token}}
Content-Type: application/json
{
"betAmount": 1.01
}