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
{{ message }}
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
How can I chain a middleware to be called after the controller function? I'm writing a middleware that automatically reads the response object and set the correct http status code. What I want to do is just like this example using regular express.js