mirror of
https://github.com/sern-handler/frontpage-bot
synced 2026-06-06 01:16:54 +00:00
chore: make the route dynamic
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user