diff --git a/routes/routes.js b/routes/routes.js
index f8bfbc73623a6db3cde54fff9e0f48806a181d06..4908a218878f9900ddc3f13cc99f8a6c8b2b472d 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) {