павпвапавпва

This commit is contained in:
Hepatica
2024-01-21 02:38:38 +01:00
parent d639302315
commit b950b893dc

View File

@@ -34,11 +34,10 @@ export async function GetUserData(SearchToken, AUTHTOKEN) {
} }
try { try {
const response = await fetch(`${BackendApiUrl}/Payment/GetGameCrashCurrentData`, { const response = await fetch(`${BackendApiUrl}/Payment/UserMoney`, {
method: 'POST', method: 'POST',
headers: { headers: {
'Content-Type': 'application/json', 'Content-Type': 'application/json'
"Access-Control-Allow-Origin": "*",
}, },
body: JSON.stringify(data), body: JSON.stringify(data),
redirect: 'follow' redirect: 'follow'