diff --git a/SystemKonkursow/4.2.1/angular/src/app/app-routing.module.ts b/SystemKonkursow/4.2.1/angular/src/app/app-routing.module.ts index 02db602..7a7daaf 100644 --- a/SystemKonkursow/4.2.1/angular/src/app/app-routing.module.ts +++ b/SystemKonkursow/4.2.1/angular/src/app/app-routing.module.ts @@ -24,7 +24,7 @@ import { CompetitionDetailComponent } from '@app/competition-detail/competition- { path: 'tenants', component: TenantsComponent, data: { permission: 'Pages.Tenants' }, canActivate: [AppRouteGuard] }, { path: 'about', component: AboutComponent }, { path: 'categories-list', component: CategoriesListComponent, canActivate: [AppRouteGuard] }, - { path: 'categories-list/:id', component: CompetitionsListComponent, canActivate: [AppRouteGuard] } + { path: 'categories-list/:id', component: CompetitionsListComponent, canActivate: [AppRouteGuard] }, { path: 'categories-list/:id/:competitionId', component: CompetitionDetailComponent, canActivate: [AppRouteGuard] } ] }