casino/backend/requests/blackjack.http
Phan Huy Tran 4764c12909
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 1m45s
feat: validate game state on hit
2025-03-27 14:05:13 +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/202/hit
Authorization: Bearer {{token}}