Skip to content

Commit

Permalink
Merge pull request #3789 from wyxogo/upstream
Browse files Browse the repository at this point in the history
Fix: Routes `/api/cors/[...path]` was not configured to run with the …
  • Loading branch information
fred-bf authored Jan 25, 2024
2 parents 0739ced + a06a298 commit 04855de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/cors/[...path]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ export const POST = handle;
export const GET = handle;
export const OPTIONS = handle;

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

0 comments on commit 04855de

Please sign in to comment.