About empty handler #220
-
Hi
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
We only want |
Beta Was this translation helpful? Give feedback.
-
My route wheel is like that and works without .options(empty_handler)
|
Beta Was this translation helpful? Give feedback.
-
why always I get this warning?
My cors handles is:
|
Beta Was this translation helpful? Give feedback.
We only want
cors_handler
executed but don't want do anything else. If we do not add.options(empty_handler)
, this router match will failed and returns 404 error.