Fix: api/mobile/donation/[id]/route.ts

### No Issue
This commit is contained in:
2025-10-07 11:45:40 +08:00
parent 6d6995a243
commit d428c20a72
2 changed files with 60 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
import { prisma } from "@/lib";
import { NextResponse } from "next/server";
export const dynamic = "force-dynamic";
// GET ALL DATA MASTER UNTUK INVESTASI
export async function GET(request: Request) {