[DURACOM-191] change routing for info

This commit is contained in:
Andrea Barbasso
2024-01-10 17:39:32 +01:00
parent 6aefab13aa
commit 2ca8990453
4 changed files with 34 additions and 60 deletions

View File

@@ -204,7 +204,7 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
},
{
path: INFO_MODULE_PATH,
loadChildren: () => import('./info/info.module').then((m) => m.InfoModule)
loadChildren: () => import('./info/info-routes').then((m) => m.ROUTES)
},
{
path: REQUEST_COPY_MODULE_PATH,