From b9c32470a86c0e122c6259a12ed724ebe569d2c3 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Fri, 14 Feb 2020 16:42:50 +0100 Subject: [PATCH] overseen url change --- routes/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/routes.js b/routes/routes.js index f8bfbc73..4908a218 100644 --- a/routes/routes.js +++ b/routes/routes.js @@ -114,7 +114,7 @@ module.exports = function (app, config, passport) { // ======== APP ROUTES ==================== app.get('/', function (req, res) { - res.redirect('/profile') + res.redirect('/account/profile') }); app.get('/error', function (req, res) { -- GitLab