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
The package includes the Middleware feature, which currently applies to all routes. However, it would be beneficial if AppExpress could add middleware to specific routes only. Perhaps introducing a next parameter in the middleware function could be also a good idea. For instance, the Express Package utilizes this next parameter: