diff --git a/app/api/midjourney/[...path]/route.ts b/app/api/midjourney/[...path]/route.ts index df51d461..e6c443cc 100644 --- a/app/api/midjourney/[...path]/route.ts +++ b/app/api/midjourney/[...path]/route.ts @@ -27,6 +27,4 @@ async function handle(req: NextRequest, {params}: { params: { path: string[] } } } export const GET = handle; -export const POST = handle; - -export const runtime = "edge"; \ No newline at end of file +export const POST = handle; \ No newline at end of file