mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 20:29:35 +02:00
remove api word
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user