summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/common/constants/app-constants.ts
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-04-08 15:42:45 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-08 15:42:45 +0000
commit3f37233319629ac17430d075dd417e426929254c (patch)
treec6b48872f819057d40f730e12d776e7963cde397 /cds-ui/client/src/app/common/constants/app-constants.ts
parentb3be6e54e99ba120624f9195acd5fb0c39a0f2b4 (diff)
parent7cc92c22ac6172d6b51425d8628e431350593bca (diff)
Merge "Adding delete catalog"
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.ts2
1 files changed, 1 insertions, 1 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 1b4720c4a..30b4ece0b 100644
--- a/cds-ui/client/src/app/common/constants/app-constants.ts
+++ b/cds-ui/client/src/app/common/constants/app-constants.ts
@@ -119,5 +119,5 @@ export const ControllerCatalogURLs = {
saveControllerCatalog: '/controllercatalog/save',
getDefinition: '/controllercatalog/model-type/by-definition',
getDerivedFrom: '/controllercatalog/model-type/by-derivedfrom',
- deleteCatalog: '/controllercatalog/model-type'
+ deleteCatalog:'/controllercatalog'
} \ No newline at end of file