[DURACOM-191] fix routing module

This commit is contained in:
Andrea Barbasso
2024-03-05 08:46:03 +01:00
parent 0f97fc3d86
commit ad1a3e6172
4 changed files with 28 additions and 41 deletions

View File

@@ -236,8 +236,8 @@ import { NOTIFICATIONS_MODULE_PATH } from './admin/admin-routing-paths';
},
{
path: SUGGESTION_MODULE_PATH,
loadChildren: () => import('./suggestions-page/suggestions-page.module')
.then((m) => m.SuggestionsPageModule),
loadChildren: () => import('./suggestions-page/suggestions-page-routes')
.then((m) => m.ROUTES),
canActivate: [AuthenticatedGuard, EndUserAgreementCurrentUserGuard]
},
{