add route for tenant subject
This commit is contained in:
parent
8a0dbf71dc
commit
84144b6472
@ -93,6 +93,11 @@ export const routes: Routes = [
|
||||
title: tenantNameResolver,
|
||||
},
|
||||
children: [
|
||||
{
|
||||
title: 'Subject TODO',
|
||||
path: 'subject/:subjectId',
|
||||
component: HomeComponent
|
||||
},
|
||||
{
|
||||
title: 'Apps',
|
||||
path: 'apps',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user