Skip to content

Commit

Permalink
update admin root
Browse files Browse the repository at this point in the history
  • Loading branch information
newmanw committed Aug 29, 2024
1 parent 1a5272f commit 96e19b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-app/admin/src/ng1/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ function config($httpProvider, $stateProvider, $urlRouterProvider, $animateProvi
};
}

$urlRouterProvider.otherwise('/admin');
$urlRouterProvider.otherwise('/home');

$stateProvider.state('admin', {
redirectTo: 'admin.dashboard',
url: '/admin',
url: '/home',
component: 'admin'
});

Expand Down

0 comments on commit 96e19b3

Please sign in to comment.