You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
used the search to make sure that a similar issue hasn't already been submit
Expected Behavior
I tryed to chain multiple middleware using this
I got this error : TypeError: m is not a function from my generated routes.
I looked a bit at @middlewares decorator code and they should be able to receive an array of functions, but I can't make it work.
Current Behavior
Possible Solution
Steps to Reproduce
Context (Environment)
Version of the library:
Version of NodeJS:
Confirm you were using yarn not npm: [ ]
Detailed Description
Breaking change?
The text was updated successfully, but these errors were encountered:
Sorting
I'm submitting a ...
I confirm that I
Expected Behavior
I tryed to chain multiple middleware using this
I got this error :
TypeError: m is not a function
from my generated routes.I looked a bit at @middlewares decorator code and they should be able to receive an array of functions, but I can't make it work.
Current Behavior
Possible Solution
Steps to Reproduce
Context (Environment)
Version of the library:
Version of NodeJS:
Detailed Description
Breaking change?
The text was updated successfully, but these errors were encountered: