Skip to content

Commit

Permalink
api book: force-dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
SuCicada committed Jun 22, 2024
1 parent 940d304 commit 83e00e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/api/book/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {NextResponse} from "next/server";
import {PrismaClient} from "@prisma/client";
import * as Prisma from "@prisma/client";
import {sql} from "@/app/utils/db";
export const dynamic = "force-dynamic";

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

0 comments on commit 83e00e5

Please sign in to comment.