chore: make the route dynamic

This commit is contained in:
2024-05-24 18:07:04 +02:00
parent 68168be6c2
commit a45838aebc

View File

@@ -1,5 +1,7 @@
import prisma from "@/lib/db";
export const dynamic = 'force-dynamic'
export async function GET() {
const dbFetch = await prisma.bot.findMany({
where: {