Skip to content

Commit

Permalink
fix: remove old "edit project" page url (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
derschnee68 committed Feb 12, 2024
1 parent 3a5b337 commit 3500c22
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/dsp-app/src/app/app-routing.module.ts
Expand Up @@ -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,
Expand Down

0 comments on commit 3500c22

Please sign in to comment.