diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 12d6090..88edd79 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -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],