Guest User

Untitled

a guest
Jan 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. app.use(app.router);
  2. app.use(function(err, req, res, next) {
  3. res.json({error: err.message}, 500);
  4. });
  5.  
  6. app.get(...)
Add Comment
Please, Sign In to add comment