fix: collaboration

deskripsi:
- uji coba scroll infinity terbaru
This commit is contained in:
2025-05-30 10:55:41 +08:00
parent 740ae44734
commit 5030253b07
4 changed files with 129 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ import { NextRequest, NextResponse } from "next/server";
import prisma from "@/lib/prisma";
import backendLogger from "@/util/backendLogger";
export const dynamic = "force-dynamic";
export { GET };
async function GET(

View File

@@ -3,6 +3,8 @@ import { NextRequest, NextResponse } from "next/server";
import prisma from "@/lib/prisma";
import backendLogger from "@/util/backendLogger";
export const dynamic = "force-dynamic";
export { GET };
async function GET(