diff options
Diffstat (limited to 'cds-ui/client/src/app/app-routing.module.ts')
-rw-r--r-- | cds-ui/client/src/app/app-routing.module.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cds-ui/client/src/app/app-routing.module.ts b/cds-ui/client/src/app/app-routing.module.ts index 22e488749..96dfce18e 100644 --- a/cds-ui/client/src/app/app-routing.module.ts +++ b/cds-ui/client/src/app/app-routing.module.ts @@ -32,6 +32,10 @@ const routes: Routes = [ { path: 'blueprint', loadChildren: './feature-modules/blueprint/blueprint.module#BlueprintModule' + }, + { + path: 'resource-definition', + loadChildren: './feature-modules/resource-definition/resource-definition.module#ResourceDefinitionModule' } ] } |