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
};
try {
const response = await fetch(url, {
const response = await fetch(`${BackendApiUrl}/Payment/GetCurrentMoney`, {
method: "POST",
headers: {
"Content-Type": "application/json",