From 87b463d3983178dc98d1772fbe5ed7ac39500f84 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 ebaf6150..8461d3a8 100644
--- a/routes/routes.js
+++ b/routes/routes.js
@@ -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',
-- 
GitLab