This commit is contained in:
Hepatica
2023-12-02 06:32:51 +01:00
parent 837fc2a6f3
commit 05fe9d98ae

View File

@@ -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",