Skip to content

Commit fe0f6df

Browse files
committed
fix: remove old declaration of errorHandler
1 parent 0116cb3 commit fe0f6df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: templates/express/config/express.js

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ module.exports = function(app) {
2525

2626
app.use(express.static(path.join(config.root, '.tmp')));
2727
app.use(express.static(path.join(config.root, 'app')));
28-
app.use(express.errorHandler());
2928
app.set('views', config.root + '/app/views');
3029
});
3130

0 commit comments

Comments
 (0)