[DURACOM-191] change routing for request-copy

This commit is contained in:
Andrea Barbasso
2024-01-10 17:41:38 +01:00
parent 2ca8990453
commit e6d1765ea3
5 changed files with 34 additions and 78 deletions

View File

@@ -208,7 +208,7 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
},
{
path: REQUEST_COPY_MODULE_PATH,
loadChildren: () => import('./request-copy/request-copy.module').then((m) => m.RequestCopyModule),
loadChildren: () => import('./request-copy/request-copy-routes').then((m) => m.ROUTES),
canActivate: [EndUserAgreementCurrentUserGuard]
},
{