This commit is contained in:
Yidadaa 2023-09-13 02:52:28 +08:00
parent 859cf6930f
commit dc555b2206
1 changed files with 0 additions and 6 deletions

View File

@ -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";