Skip to content

Commit

Permalink
baz
Browse files Browse the repository at this point in the history
  • Loading branch information
behroozbc committed Jul 23, 2024
1 parent 81ab19a commit 321d179
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 321d179

Please sign in to comment.