From 45bbab2b386c98e5d2ea481b59357ab41b28bd9b Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Fri, 6 Dec 2019 14:53:31 +0100
Subject: [PATCH] changed redirect paths relative to account

---
 routes/routes.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/routes/routes.js b/routes/routes.js
index e3d7e1d2..fd8a5453 100644
--- a/routes/routes.js
+++ b/routes/routes.js
@@ -97,7 +97,7 @@ module.exports = function (app, config, passport) {
   
   // ======== APP ROUTES ====================
   app.get('/', function (req, res) {
-    res.redirect('/profile')
+    res.redirect('/account/profile')
   });
 
   app.get('/login',
-- 
GitLab