add route for tenant subject

This commit is contained in:
Christian Werner 2025-10-31 12:18:23 +01:00
parent 8a0dbf71dc
commit 84144b6472

View File

@ -93,6 +93,11 @@ export const routes: Routes = [
title: tenantNameResolver, title: tenantNameResolver,
}, },
children: [ children: [
{
title: 'Subject TODO',
path: 'subject/:subjectId',
component: HomeComponent
},
{ {
title: 'Apps', title: 'Apps',
path: 'apps', path: 'apps',