This commit is contained in:
2025-10-27 10:32:54 +08:00
parent 9573c1472a
commit 3ab2566a89

View File

@@ -8,7 +8,7 @@ import { NextResponse } from "next/server";
// GET ONE DETAIL DISKUSI UMUM // 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 { try {
let dataFix let dataFix
const { id } = context.params const { id } = context.params