fix: dynamic error

This commit is contained in:
2025-06-16 14:27:06 +08:00
parent 40a77277f5
commit 86bfbcb60e
2 changed files with 5 additions and 3 deletions

View File

@@ -2,6 +2,8 @@ import _ from "lodash";
import { NextResponse } from "next/server";
import prisma from "@/lib/prisma";
export const dynamic = "force-dynamic";
export async function GET(request: Request) {
try {
let fixData;