removed packages

This commit is contained in:
2018-02-14 12:25:36 -05:00
parent af07261f39
commit c7f2926c5a
7 changed files with 24 additions and 773 deletions

2
app.js
View File

@ -26,7 +26,7 @@ app.use(function(err, req, res, next) {
// render the error page
res.status(err.status || 500);
res.render('error');
res.json({message: 'error!'});
});
module.exports = app;