diff --git a/frontend-admin/src/app/app-routing.module.ts b/frontend-admin/src/app/app-routing.module.ts index 07f5dd793e..fb0839807e 100644 --- a/frontend-admin/src/app/app-routing.module.ts +++ b/frontend-admin/src/app/app-routing.module.ts @@ -4,7 +4,7 @@ import { MissingOrgComponent } from './missing-org/missing-org.component'; const routes: Routes = [ { - path: 'organization/:id', + path: 'organization/:organizationId', loadChildren: () => import('./dashboard/dashboard.module').then(m => m.DashboardModule) }, { diff --git a/frontend-admin/src/app/app.component.html b/frontend-admin/src/app/app.component.html index d151b9031a..892748caf9 100644 --- a/frontend-admin/src/app/app.component.html +++ b/frontend-admin/src/app/app.component.html @@ -1,8 +1,9 @@ -