added if-block for over game, added vision players bid, fixed styles

This commit is contained in:
Kostya
2024-02-04 19:24:51 +03:00
parent a4fa62c06b
commit 71acb89841
4 changed files with 70 additions and 34 deletions

View File

@@ -40,7 +40,7 @@ export async function ExitAndTakeMoneyFromCrashGame(userData) {
}
try {
const response = await fetch(`${BackendApiUrl}/GameCrash/ExitAndTakeMoneyFromCrash`, {
const response = await fetch(`${BackendApiUrl}/GameCrash/ExitAndTakeMoneyFromCrashGame`, {
method: 'POST',
headers: {
'Content-Type': 'application/json'