mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
add access control
This commit is contained in:
@@ -27,11 +27,11 @@ export async function GetCurrentMoney(authToken, searchToken) {
|
||||
try {
|
||||
const response = await fetch(`${BackendApiUrl}/Payment/GetCurrentMoney`, {
|
||||
method: 'GET',
|
||||
|
||||
redirect: 'follow',
|
||||
headers: {
|
||||
'AUTHTOKEN': authToken,
|
||||
'SearchToken': searchToken
|
||||
'SearchToken': searchToken,
|
||||
'Access-Control-Allow-Origin': '*'
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user