This commit is contained in:
psychobunny
2014-10-04 18:50:03 -04:00
parent 1b2ccda40b
commit 89e4a67e95

View File

@@ -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) {