remove route
#1773
-
how to remove a route? added by e. post() or e.group |
Beta Was this translation helpful? Give feedback.
Answered by
lammel
Feb 11, 2021
Replies: 1 comment 8 replies
-
This is currently not possible. For now routes can only be added to the router which will register all handlers for the provided methods. |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
lammel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is currently not possible. For now routes can only be added to the router which will register all handlers for the provided methods.