[DURACOM-191] change routing for health-page

This commit is contained in:
Andrea Barbasso
2024-01-10 17:48:50 +01:00
parent 13f5a7f045
commit 6159c22343
4 changed files with 23 additions and 61 deletions

View File

@@ -223,8 +223,8 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
},
{
path: HEALTH_PAGE_PATH,
loadChildren: () => import('./health-page/health-page.module')
.then((m) => m.HealthPageModule)
loadChildren: () => import('./health-page/health-page-routes')
.then((m) => m.ROUTES)
},
{
path: ACCESS_CONTROL_MODULE_PATH,