summaryrefslogtreecommitdiff
path: root/client/js/app.js
diff options
context:
space:
mode:
authorEoleDev <EoleDev@outlook.fr>2016-03-23 14:43:27 +0100
committerEoleDev <EoleDev@outlook.fr>2016-03-23 14:43:27 +0100
commitd3fc2ab36ced70c8eb20e7f85f900425b7781667 (patch)
treee325f9dce61a176e5a1d5585461ddd19c668b5fd /client/js/app.js
parenta26989103d70fb0dd3ff6834de107cae246778c3 (diff)
parentf9643dd9ffeec5eda4f563dd695135ac3a681d60 (diff)
Merge branch 'Eole' into develop
Conflicts: client/js/controllers/home/home.js
Diffstat (limited to 'client/js/app.js')
-rw-r--r--client/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/app.js b/client/js/app.js
index 1602e65..a26e0ec 100644
--- a/client/js/app.js
+++ b/client/js/app.js
@@ -24,7 +24,7 @@ mainApp.config(['$routeProvider', function($routeProvider){
templateUrl: 'partials/image/image.html',
controller: 'imageCtrl'
}).otherwise({
- redirectTo: '/home'
+ redirectTo: '/'
});
}]);