diff options
| author | Apache <apache@localhost.localdomain> | 2016-03-16 11:11:25 +0100 |
|---|---|---|
| committer | Apache <apache@localhost.localdomain> | 2016-03-16 11:11:25 +0100 |
| commit | a2f120aa7350e9417e80db26abf36b7e53c3196b (patch) | |
| tree | 991352de902f741bdf907a010098a88e5d3244cc /client/js/app.js | |
| parent | 11dc33c440f97410a2358f7e615d2adc5e69f072 (diff) | |
Front-end path redefinition
Diffstat (limited to 'client/js/app.js')
| -rw-r--r-- | client/js/app.js | 2 |
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: '/' }); }]); |
