mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
changed api path in claimmoney method
This commit is contained in:
@@ -3,7 +3,7 @@ import { Post } from '../rest/RestMethods.js';
|
|||||||
|
|
||||||
export async function GettingMoneyOperation(amount) {
|
export async function GettingMoneyOperation(amount) {
|
||||||
try {
|
try {
|
||||||
const response = await Post('https://spsystemcore20231122004605.azurewebsites.net/api/Payment', amount)
|
const response = await Post('https://spsystemcore20231122004605.azurewebsites.net/api/payment/donate', amount)
|
||||||
|
|
||||||
console.log(response)
|
console.log(response)
|
||||||
return response
|
return response
|
||||||
|
|||||||
Reference in New Issue
Block a user