diff --git a/luckydiamond/src/assets/js/rest/RestMethods.js b/luckydiamond/src/assets/js/rest/RestMethods.js index 8575d07..947bd50 100644 --- a/luckydiamond/src/assets/js/rest/RestMethods.js +++ b/luckydiamond/src/assets/js/rest/RestMethods.js @@ -27,7 +27,6 @@ export async function GetCurrentMoney(authToken, searchToken) { try { const response = await fetch(`${BackendApiUrl}/Payment/GetCurrentMoney`, { method: 'GET', - mode: 'no-cors', headers: { "Content-Type": "application/json", 'AUTHTOKEN': authToken,