diff --git a/apps/dsp-app/src/app/app-routing.module.ts b/apps/dsp-app/src/app/app-routing.module.ts index 6d22e0baf8..c30a421375 100644 --- a/apps/dsp-app/src/app/app-routing.module.ts +++ b/apps/dsp-app/src/app/app-routing.module.ts @@ -46,11 +46,6 @@ const routes: Routes = [ path: RouteConstants.projectUuidRelative, component: ProjectComponent, children: [ - { - path: RouteConstants.edit, - canActivate: [AuthGuard], - component: EditProjectFormPageComponent, - }, { path: RouteConstants.home, component: DescriptionComponent,