changed api path in claimmoney method

This commit is contained in:
Kostya
2023-12-13 20:30:39 +03:00
parent 40cacebed7
commit 6b1bcade58

View File

@@ -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