mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
publish
This commit is contained in:
@@ -27,7 +27,7 @@ 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',
|
|
||||||
redirect: 'follow',
|
redirect: 'follow',
|
||||||
headers: {
|
headers: {
|
||||||
'AUTHTOKEN': authToken,
|
'AUTHTOKEN': authToken,
|
||||||
|
|||||||
Reference in New Issue
Block a user