Commit b9c32470 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

overseen url change

parent 6bf99da2
...@@ -114,7 +114,7 @@ module.exports = function (app, config, passport) { ...@@ -114,7 +114,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('/error', function (req, res) { app.get('/error', function (req, res) {
......
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