mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
Delete no cors
This commit is contained in:
@@ -36,7 +36,6 @@ export async function GetUserData(SearchToken, AUTHTOKEN) {
|
|||||||
try {
|
try {
|
||||||
const response = await fetch(`${BackendApiUrl}/GameMines/GetCurrentData`, {
|
const response = await fetch(`${BackendApiUrl}/GameMines/GetCurrentData`, {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
mode: 'no-cors',
|
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user