diff --git a/src/handler.ts b/src/handler.ts index 4a7e657..48c4ee4 100644 --- a/src/handler.ts +++ b/src/handler.ts @@ -17,3 +17,5 @@ export function defineCorsEventHandler (options: CorsOptions) { } }) } + +export const corsEventHandler = defineCorsEventHandler