mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
remove api word
This commit is contained in:
@@ -17,7 +17,7 @@ export async function GettingMoneyOperation(amount) {
|
|||||||
Amount: amount
|
Amount: amount
|
||||||
};
|
};
|
||||||
try {
|
try {
|
||||||
const response = await fetch(`${BackendApiUrl}/api/payment/donate`, {
|
const response = await fetch(`${BackendApiUrl}/payment/donate`, {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
|||||||
Reference in New Issue
Block a user