Skip to content

Commit

Permalink
add force dynamic to route
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangoMan committed Apr 22, 2024
1 parent 6e711cd commit f983882
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nextjs/app/api/[[...routes]]/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,7 @@ app.transaction("/infect", c => {

devtools(app, { serveStatic });

export const dynamic = "force-dynamic";

export const GET = handle(app);
export const POST = handle(app);

0 comments on commit f983882

Please sign in to comment.