This commit is contained in:
barisusakli
2014-07-30 15:14:04 -04:00
parent 7e82d3d9a5
commit cfc67d4e90
8 changed files with 24 additions and 33 deletions

View File

@@ -216,7 +216,7 @@ function handleErrors(err, req, res, next) {
req.flash('errorMessage', err.message);
res.redirect('500');
res.redirect(nconf.get('relative_path') + '/500')
}
function catch404(req, res, next) {