mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2026-02-04 18:24:14 +02:00
add access
This commit is contained in:
@@ -37,7 +37,8 @@ export async function GetUserData(SearchToken, AUTHTOKEN) {
|
|||||||
const response = await fetch(`${BackendApiUrl}/GameMines/GetCurrentData`, {
|
const response = await fetch(`${BackendApiUrl}/GameMines/GetCurrentData`, {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json',
|
||||||
|
"Access-Control-Allow-Origin": "*",
|
||||||
},
|
},
|
||||||
body: JSON.stringify(data),
|
body: JSON.stringify(data),
|
||||||
redirect: 'follow'
|
redirect: 'follow'
|
||||||
|
|||||||
Reference in New Issue
Block a user