casino/backend/requests/blackjack.http
Phan Huy Tran 7a7d24c8ea
All checks were successful
CI / Get Changed Files (pull_request) Successful in 6s
CI / eslint (pull_request) Has been skipped
CI / prettier (pull_request) Has been skipped
CI / test-build (pull_request) Has been skipped
CI / Checkstyle Main (pull_request) Successful in 34s
fix: fix playercards, dealercards and deck referencing the same database entity
2025-03-27 13:50:17 +01:00

12 lines
214 B
HTTP

POST http://localhost:8080/blackjack/start
Authorization: Bearer {{token}}
Content-Type: application/json
{
"betAmount": 1.01
}
###
POST http://localhost:8080/blackjack/103/hit
Authorization: Bearer {{token}}