[DURACOM-191] change routing for browse-by-page

This commit is contained in:
Andrea Barbasso
2024-01-10 15:49:56 +01:00
parent 6692eb8ffe
commit dcaac9e68f
5 changed files with 30 additions and 45 deletions

View File

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