[DURACOM-191] change routing for my-dspace-page

This commit is contained in:
Andrea Barbasso
2024-01-10 15:11:39 +01:00
parent df85f8f573
commit 737f035357
4 changed files with 20 additions and 34 deletions

View File

@@ -134,8 +134,8 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
},
{
path: 'mydspace',
loadChildren: () => import('./my-dspace-page/my-dspace-page.module')
.then((m) => m.MyDSpacePageModule),
loadChildren: () => import('./my-dspace-page/my-dspace-page-routes')
.then((m) => m.ROUTES),
canActivate: [AuthenticatedGuard, EndUserAgreementCurrentUserGuard]
},
{