Fix event

Deskripsi:
- Fix konfirmasi
- Fix qr code
This commit is contained in:
2024-12-06 09:08:57 +08:00
parent 59584f2461
commit 057df80c31
16 changed files with 436 additions and 159 deletions

View File

@@ -11,5 +11,5 @@ export async function GET(req: Request) {
userId: userId as string,
});
return NextResponse.json({ res });
return NextResponse.json(res, { status: 200 });
}