Commit 87b463d3 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

changed redirect paths relative to account

1 merge request!2Mlab 56
Pipeline #350 passed with stage
in 13 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -64,7 +64,7 @@ module.exports = function (app, config, passport) {
});
*/
app.get('/', function (req, res) {
res.redirect('/profile')
res.redirect('/account/profile')
});
app.get('/login',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment