summaryrefslogtreecommitdiff
path: root/client/js/app.js
diff options
context:
space:
mode:
authorApache <apache@localhost.localdomain>2016-03-16 11:11:25 +0100
committerApache <apache@localhost.localdomain>2016-03-16 11:11:25 +0100
commita2f120aa7350e9417e80db26abf36b7e53c3196b (patch)
tree991352de902f741bdf907a010098a88e5d3244cc /client/js/app.js
parent11dc33c440f97410a2358f7e615d2adc5e69f072 (diff)
Front-end path redefinition
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: '/'
});
}]);