Skip to content

Commit

Permalink
route.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SuCicada committed May 4, 2024
1 parent b214362 commit 6ef3cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/chapter/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { PrismaClient } from "@prisma/client";
import * as Prisma from "@prisma/client";
import { sql } from "@vercel/postgres";

// export const dynamic = 'force-dynamic'
export const dynamic = 'force-dynamic'
const prisma = new PrismaClient();


Expand Down

0 comments on commit 6ef3cf8

Please sign in to comment.