Replies: 1 comment
-
It's not written explicitly in the docs but the order of middlewares in options is the order of calling the middlewares: Same goes to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
When I have several middlewares registered, I need to control the execution order of them.
Describe the solution you'd like
A similar solution in routing-controller is that I can add an option called
priority
.Beta Was this translation helpful? Give feedback.
All reactions