This commit is contained in:
Hepatica
2023-12-02 06:10:36 +01:00
parent 4f44fa9255
commit cd93db0d22

View File

@@ -27,7 +27,7 @@ export async function GetCurrentMoney(authToken, searchToken) {
try {
const response = await fetch(`${BackendApiUrl}/Payment/GetCurrentMoney`, {
method: 'GET',
mode: 'no-cors',
redirect: 'follow',
headers: {
'AUTHTOKEN': authToken,