amalia/16-okt-25 #1

Merged
amaliadwiy merged 25 commits from amalia/16-okt-25 into join 2025-10-27 11:00:00 +08:00
32 changed files with 518 additions and 138 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