delete no cors

This commit is contained in:
Hepatica
2023-12-02 05:33:25 +01:00
parent 0fa501cfee
commit 81672d7265

View File

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