From 6787d78d2678772551b5e6c902b1e3fb5b5cb17d Mon Sep 17 00:00:00 2001 From: swapnalipode Date: Thu, 9 Jan 2020 17:19:45 +0530 Subject: Adding changes to Controller catalog Adding new changes for integration in controller catalog Change-Id: I5a014ff35d01213545d09db79886c6c4fd9f827d Issue-ID: CCSDK-810 Signed-off-by: swapnalipode --- cds-ui/client/src/app/common/constants/app-constants.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'cds-ui/client/src/app/common/constants/app-constants.ts') 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 -- cgit 1.2.3-korg