From 308444a8b894404b8a2d6a19b47867a805a6c3d1 Mon Sep 17 00:00:00 2001 From: albayaanonline Date: Sat, 21 Jun 2025 16:48:57 +0300 Subject: [PATCH] Update route.ts --- app/api/online/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/online/route.ts b/app/api/online/route.ts index 5aff19f..b97f025 100644 --- a/app/api/online/route.ts +++ b/app/api/online/route.ts @@ -116,4 +116,4 @@ export async function GET(request: NextRequest){ console.error('Error confirming payment:', error.response ? error.response.data : error.message); res.status(500).json({ error: 'Internal Server Error' }); } -} \ No newline at end of file + }