Skip to content

Commit

Permalink
fix: can't edit route after typing 'routes/:id/edit'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kondziow committed Aug 29, 2024
1 parent 7e1a6bf commit 50300d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ const routes: Routes = [
}
]
},
{
path: 'routes/:id/edit',
canActivate: [AuthGuardService],
component: RouteEditComponent
},
// {
// path: 'routes/:id/edit',
// canActivate: [AuthGuardService],
// component: RouteEditComponent
// },
// {
// path: 'users/:id/routes',
// canActivate: [AuthGuardService],
Expand Down

0 comments on commit 50300d1

Please sign in to comment.