Commit 45bbab2b authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

changed redirect paths relative to account

parent 4a915b19
...@@ -97,7 +97,7 @@ module.exports = function (app, config, passport) { ...@@ -97,7 +97,7 @@ module.exports = function (app, config, passport) {
// ======== APP ROUTES ==================== // ======== APP ROUTES ====================
app.get('/', function (req, res) { app.get('/', function (req, res) {
res.redirect('/profile') res.redirect('/account/profile')
}); });
app.get('/login', 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