[DURACOM-191] change routing for statistics-page

This commit is contained in:
Andrea Barbasso
2024-01-10 17:45:51 +01:00
parent e6d1765ea3
commit 13f5a7f045
3 changed files with 90 additions and 89 deletions

View File

@@ -217,8 +217,8 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
},
{
path: 'statistics',
loadChildren: () => import('./statistics-page/statistics-page-routing.module')
.then((m) => m.StatisticsPageRoutingModule),
loadChildren: () => import('./statistics-page/statistics-page-routes')
.then((m) => m.ROUTES),
canActivate: [EndUserAgreementCurrentUserGuard],
},
{