feat: Validate bet amount
This commit is contained in:
parent
1a4b3f073f
commit
b2b0bb2f44
4 changed files with 26 additions and 10 deletions
|
@ -3,5 +3,5 @@ Authorization: Bearer {{token}}
|
|||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"betAmount": 999
|
||||
"betAmount": -1
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue