[DURACOM-191] Remove duplicated route path definition

This commit is contained in:
Giuseppe Digilio
2024-03-15 09:00:09 +01:00
parent 762fceecc2
commit f29e70d8a4

View File

@@ -157,13 +157,6 @@ export const APP_ROUTES: Route[] = [
.then((m) => m.ROUTES),
canActivate: [EndUserAgreementCurrentUserGuard],
},
{
path: NOTIFICATIONS_MODULE_PATH,
loadChildren: () => import('./admin/admin-notifications/admin-notifications-routes')
.then((m) => m.ROUTES),
providers: [provideSuggestionNotificationsState()],
canActivate: [AuthenticatedGuard, EndUserAgreementCurrentUserGuard],
},
{
path: NOTIFICATIONS_MODULE_PATH,
loadChildren: () => import('./quality-assurance-notifications-pages/notifications-pages-routes')