Skip to content

Commit

Permalink
Update route.ts
Browse files Browse the repository at this point in the history
export const runtime = 'edge';
  • Loading branch information
Auggie321 authored Oct 24, 2023
1 parent d1c3d90 commit 23d2f78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/api/cors/[...path]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ export const POST = handle;
export const GET = handle;
export const OPTIONS = handle;

export const runtime = "nodejs";
//export const runtime = "nodejs";
export const runtime = "edge";

0 comments on commit 23d2f78

Please sign in to comment.