Mobile API: Donation & Admin Donation #3

Merged
bagasbanuna merged 3 commits from mobile-api/28-oct-25 into staging 2025-10-28 17:51:07 +08:00
8 changed files with 262 additions and 38 deletions
Showing only changes of commit 5553f451e8 - Show all commits

View File

@@ -48,7 +48,7 @@ async function POST(request: Request, { params }: { params: { id: string } }) {
reason: (error as Error).message,
});
}
}
}
async function GET(request: Request, { params }: { params: { id: string } }) {
try {