[DURACOM-191] change routing for subscriptions-page

This commit is contained in:
Andrea Barbasso
2024-01-10 17:58:22 +01:00
parent db169307b4
commit 2d879bd3fe
4 changed files with 19 additions and 31 deletions

View File

@@ -233,8 +233,8 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
},
{
path: 'subscriptions',
loadChildren: () => import('./subscriptions-page/subscriptions-page-routing.module')
.then((m) => m.SubscriptionsPageRoutingModule),
loadChildren: () => import('./subscriptions-page/subscriptions-page-routes')
.then((m) => m.ROUTES),
canActivate: [AuthenticatedGuard]
},
{ path: '**', pathMatch: 'full', component: ThemedPageNotFoundComponent },