diff options
Diffstat (limited to 'cds-ui/client/src/app/common/constants')
-rw-r--r-- | cds-ui/client/src/app/common/constants/app-constants.ts | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cds-ui/client/src/app/common/constants/app-constants.ts b/cds-ui/client/src/app/common/constants/app-constants.ts index 5beb6af74..1b4720c4a 100644 --- a/cds-ui/client/src/app/common/constants/app-constants.ts +++ b/cds-ui/client/src/app/common/constants/app-constants.ts @@ -115,8 +115,9 @@ export const ResourceDictionaryURLs = { } export const ControllerCatalogURLs = { - searchControllerCatalogByTags: '/controllercatalog/search', - saveControllerCatalog: '/controllercatalog/save', - getDefinition: '/controllercatalog/model-type/by-definition', - getDerivedFrom: '/controllercatalog/model-type/by-derivedfrom' + searchControllerCatalogByTags: '/controllercatalog/search', + saveControllerCatalog: '/controllercatalog/save', + getDefinition: '/controllercatalog/model-type/by-definition', + getDerivedFrom: '/controllercatalog/model-type/by-derivedfrom', + deleteCatalog: '/controllercatalog/model-type' }
\ No newline at end of file |