Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
feat: add alias for defineCorsEventHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomuikuta committed Nov 8, 2022
1 parent 1c73d06 commit ce7278e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ export function defineCorsEventHandler (options: CorsOptions) {
}
})
}

export const corsEventHandler = defineCorsEventHandler

0 comments on commit ce7278e

Please sign in to comment.