Yidadaa 1 년 전
부모
커밋
dc555b2206
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      app/api/cors/[...path]/route.ts

+ 0 - 6
app/api/cors/[...path]/route.ts

@@ -33,12 +33,6 @@ async function handle(
   return fetchResult;
 }
 
-export const GET = handle;
 export const POST = handle;
-export const PUT = handle;
-
-// nextjs dose not support those https methods, sucks
-export const PROFIND = handle;
-export const MKCOL = handle;
 
 export const runtime = "edge";