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

changed redirect paths relative to account

parent 231c1f60
Pipeline #350 passed with stage
in 13 seconds
......@@ -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',
......
Markdown is supported
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