diff --git a/src/routes/index.js b/src/routes/index.js index b0ae2b4c2c..6e230d8830 100644 --- a/src/routes/index.js +++ b/src/routes/index.js @@ -172,7 +172,7 @@ function handleErrors(err, req, res, next) { req.flash('errorMessage', err.message); - res.redirect(nconf.get('relative_path') + '/500') + res.redirect(nconf.get('relative_path') + '/500'); } function catch404(req, res, next) {