mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
fix url
This commit is contained in:
@@ -29,7 +29,7 @@ export async function GetCurrentMoney(authToken, searchToken) {
|
|||||||
SearchToken: searchToken
|
SearchToken: searchToken
|
||||||
};
|
};
|
||||||
try {
|
try {
|
||||||
const response = await fetch(url, {
|
const response = await fetch(`${BackendApiUrl}/Payment/GetCurrentMoney`, {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
|||||||
Reference in New Issue
Block a user