Event Integrasi API Mobile
Add: src/app/api/mobile/admin/event/ src/app/api/mobile/event/[id]/confirmation/ Fix: - src/app/api/mobile/admin/voting/route.ts - src/app/api/mobile/event/[id]/check-participants/route.ts ### Issue: Belum menyertakan fungsi konfrimasu kehadiran
This commit is contained in:
@@ -9,6 +9,9 @@ async function GET(request: Request, { params }: { params: { id: string } }) {
|
||||
const { searchParams } = new URL(request.url);
|
||||
const userId = searchParams.get("userId");
|
||||
|
||||
console.log("id", id);
|
||||
console.log("userId", userId);
|
||||
|
||||
let fixData
|
||||
|
||||
const checkParticipant = await prisma.event_Peserta.findFirst({
|
||||
|
||||
Reference in New Issue
Block a user