join #13

Merged
amaliadwiy merged 56 commits from join into staging 2026-02-09 11:12:29 +08:00
59 changed files with 768 additions and 293 deletions
Showing only changes of commit 3ab2566a89 - Show all commits

View File

@@ -8,7 +8,7 @@ import { NextResponse } from "next/server";
// GET ONE DETAIL DISKUSI UMUM
export async function GET(request: Request, context: { params: { id: string } }) {
export async function GET(request : Request, context: { params: { id: string } }) {
try {
let dataFix
const { id } = context.params