defineEventHandler should support multiple handlers like express #314
notshekhar
started this conversation in
Ideas
Replies: 2 comments 5 replies
-
Please check my answer in h3: unjs/h3#127 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
yeah its working thank you @pi0
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Express: app.get(handler1, handler2, handler3)
Nitro should also be like: defineEventHandler(handler1, handler2, handler3)
Beta Was this translation helpful? Give feedback.
All reactions