add route for tenant subject
This commit is contained in:
parent
8a0dbf71dc
commit
84144b6472
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user