diff --git a/src/angular/frontend/src/app/app.routes.ts b/src/angular/frontend/src/app/app.routes.ts index b03e7d5..806bd80 100644 --- a/src/angular/frontend/src/app/app.routes.ts +++ b/src/angular/frontend/src/app/app.routes.ts @@ -93,6 +93,11 @@ export const routes: Routes = [ title: tenantNameResolver, }, children: [ + { + title: 'Subject TODO', + path: 'subject/:subjectId', + component: HomeComponent + }, { title: 'Apps', path: 'apps',