Merge pull request #3789 from wyxogo/upstream

Fix: Routes `/api/cors/[...path]` was not configured to run with the …
This commit is contained in:
fred-bf 2024-01-25 15:07:40 +08:00 committed by GitHub
commit 04855de495
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,4 +40,4 @@ export const POST = handle;
export const GET = handle;
export const OPTIONS = handle;
export const runtime = "nodejs";
export const runtime = "edge";