diff --git a/src/app/feature/jam/jam-routing.module.ts b/src/app/feature/jam/jam-routing.module.ts index b56d122..a6ba443 100644 --- a/src/app/feature/jam/jam-routing.module.ts +++ b/src/app/feature/jam/jam-routing.module.ts @@ -31,7 +31,7 @@ const routes: Routes = [ { path: 'single', loadChildren: () => import('./modules/single/single.module').then(c => c.SingleModule), - canActivate:[CanLoadThisProgramGuard(false)] + // canActivate:[CanLoadThisProgramGuard(false)] }, { path: 'team',