We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e48342a + 6aab032 commit de0acbbCopy full SHA for de0acbb
1 file changed
lib/response.js
@@ -23,7 +23,7 @@ var response = {
23
responseError(res, '403', 'Forbidden', 'oh no.')
24
} else {
25
req.flash('error', 'You are not allowed to access this page. Maybe try logging in?')
26
- res.redirect(config.serverURL)
+ res.redirect(config.serverURL + '/')
27
}
28
},
29
errorNotFound: function (res) {
0 commit comments