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

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 {
const response = await fetch(`${BackendApiUrl}/Payment/GetGameCrashCurrentData`, {
const response = await fetch(`${BackendApiUrl}/Payment/UserMoney`, {
method: 'POST',
headers: {
'Content-Type': 'application/json',
"Access-Control-Allow-Origin": "*",
'Content-Type': 'application/json'
},
body: JSON.stringify(data),
redirect: 'follow'