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
Apparently, Express allowed use with an array of paths as first argument, as a convenience to apply a given middleware to a set of paths. Why not allow the same here?
Apparently, Express allowed
use
with an array of paths as first argument, as a convenience to apply a given middleware to a set of paths. Why not allow the same here?router.use(paths, mw)
My current workaround...
The text was updated successfully, but these errors were encountered: