Skip to content

Commit

Permalink
baste
Browse files Browse the repository at this point in the history
  • Loading branch information
behroozbc committed Jul 24, 2024
1 parent 321d179 commit c772eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/feature/jam/jam-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c772eed

Please sign in to comment.