We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0116cb3 commit fe0f6dfCopy full SHA for fe0f6df
templates/express/config/express.js
@@ -25,7 +25,6 @@ module.exports = function(app) {
25
26
app.use(express.static(path.join(config.root, '.tmp')));
27
app.use(express.static(path.join(config.root, 'app')));
28
- app.use(express.errorHandler());
29
app.set('views', config.root + '/app/views');
30
});
31
0 commit comments