diff --git a/routes/routes.js b/routes/routes.js index e3d7e1d2b707b29079c6688837750b2879c345dd..fd8a54530dce20c5c747c7fc8237dccfc1a54d66 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',