Skip to content

Commit

Permalink
make route dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
solita-nhuttu committed Feb 19, 2024
1 parent 5f88846 commit b900572
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/api/cosmos/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ export async function GET(request: Request) {

return NextResponse.json(res);
}

export const dynamic = "force-dynamic";

0 comments on commit b900572

Please sign in to comment.