Skip to content

Commit

Permalink
Update app-routing.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
htvenkatesh authored Sep 22, 2023
1 parent cf4b50a commit f4ebe79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var routes: Routes = [];
if (environment.loginNeeded) {
routes = [
{
path: '/dashboard', redirectTo: `summary-statistics`, pathMatch: 'full'
path: '/', redirectTo: `summary-statistics`, pathMatch: 'full'
},
{
path: 'public', redirectTo: 'summary-statistics', pathMatch: 'full'
Expand Down

0 comments on commit f4ebe79

Please sign in to comment.