remove api word

This commit is contained in:
Hepatica
2023-12-13 18:44:53 +01:00
parent 52335f9d59
commit cee88f8632

View File

@@ -17,7 +17,7 @@ export async function GettingMoneyOperation(amount) {
Amount: amount
};
try {
const response = await fetch(`${BackendApiUrl}/api/payment/donate`, {
const response = await fetch(`${BackendApiUrl}/payment/donate`, {
method: "POST",
headers: {
"Content-Type": "application/json",