[DURACOM-191] change routing for bitstream-page

This commit is contained in:
Andrea Barbasso
2024-01-10 15:05:07 +01:00
parent 5ade030259
commit df85f8f573
4 changed files with 103 additions and 131 deletions

View File

@@ -122,14 +122,14 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
},
{
path: LEGACY_BITSTREAM_MODULE_PATH,
loadChildren: () => import('./bitstream-page/bitstream-page.module')
.then((m) => m.BitstreamPageModule),
loadChildren: () => import('./bitstream-page/bitstream-page-routes')
.then((m) => m.ROUTES),
canActivate: [EndUserAgreementCurrentUserGuard]
},
{
path: BITSTREAM_MODULE_PATH,
loadChildren: () => import('./bitstream-page/bitstream-page.module')
.then((m) => m.BitstreamPageModule),
loadChildren: () => import('./bitstream-page/bitstream-page-routes')
.then((m) => m.ROUTES),
canActivate: [EndUserAgreementCurrentUserGuard]
},
{