upd: token, login dan version

This commit is contained in:
2026-03-03 16:41:39 +08:00
parent 2cd931dcfd
commit 60e88f5c9b
4 changed files with 38 additions and 6 deletions

View File

@@ -17,8 +17,6 @@ export async function GET(request: Request) {
}
})
console.log('data', data)
return NextResponse.json({ success: true, data }, { status: 200 });
} catch (error) {
console.error(error);