diff options
author | swapnalipode <sp00501638@techmahindra.com> | 2020-01-09 17:19:45 +0530 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-01-13 18:16:46 +0000 |
commit | 6787d78d2678772551b5e6c902b1e3fb5b5cb17d (patch) | |
tree | 5497971446220f5b2a0500c13dbec755db6162d6 /cds-ui/client/src/app/common/constants/app-constants.ts | |
parent | e9b1dfd73a2298cc9679e527ae90a651f5025dd2 (diff) |
Adding changes to Controller catalog
Adding new changes for integration in controller catalog
Change-Id: I5a014ff35d01213545d09db79886c6c4fd9f827d
Issue-ID: CCSDK-810
Signed-off-by: swapnalipode <sp00501638@techmahindra.com>
Diffstat (limited to 'cds-ui/client/src/app/common/constants/app-constants.ts')
-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 |