Front-end path redefinition
This commit is contained in:
parent
11dc33c440
commit
a2f120aa73
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ mainApp.config(['$routeProvider', function($routeProvider){
|
|||
templateUrl: 'partials/image/image.html',
|
||||
controller: 'imageCtrl'
|
||||
}).otherwise({
|
||||
redirectTo: '/home'
|
||||
redirectTo: '/'
|
||||
});
|
||||
}]);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue