Delete no cors

This commit is contained in:
Hepatica
2024-01-20 23:59:54 +01:00
parent 858d11b57d
commit fa9270cb76

View File

@@ -36,7 +36,6 @@ export async function GetUserData(SearchToken, AUTHTOKEN) {
try {
const response = await fetch(`${BackendApiUrl}/GameMines/GetCurrentData`, {
method: 'POST',
mode: 'no-cors',
headers: {
'Content-Type': 'application/json'
},