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
varrouter=express.Router();// middleware that is specific to this routerrouter.use(functiontimeLog(req,res,next){// call logging middleware herenext();});
The text was updated successfully, but these errors were encountered:
Once #251 is complete, logging can be refactored as a middleware to use on express.router instance.
Docs: http://expressjs.com/en/guide/routing.html
Sample:
The text was updated successfully, but these errors were encountered: