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

overseen url change

parent 6bf99da2
Pipeline #408 passed with stage
in 8 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -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) {
......
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