aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/common/constants/app-constants.ts
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-12-03 17:17:07 +0000
committerGerrit Code Review <gerrit@onap.org>2020-12-03 17:17:07 +0000
commit4e62d2653db35c295e2697398dd3c4278ed56009 (patch)
treefc2520ae999d9eaaad1d918138e8fa0e1b4bc4dd /cds-ui/designer-client/src/app/common/constants/app-constants.ts
parent7871f10b1c93e938f5f26e7c9545fa422cd58351 (diff)
parenteafc8865d856cc282e0e0845c67ff232b1a5b805 (diff)
Merge "add Enrich&Deploy function in designer"
Diffstat (limited to 'cds-ui/designer-client/src/app/common/constants/app-constants.ts')
-rw-r--r--cds-ui/designer-client/src/app/common/constants/app-constants.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cds-ui/designer-client/src/app/common/constants/app-constants.ts b/cds-ui/designer-client/src/app/common/constants/app-constants.ts
index e29748535..51b183640 100644
--- a/cds-ui/designer-client/src/app/common/constants/app-constants.ts
+++ b/cds-ui/designer-client/src/app/common/constants/app-constants.ts
@@ -94,6 +94,7 @@ export const BlueprintURLs = {
save: '/controllerblueprint/create-blueprint',
publish: '/controllerblueprint/publish',
enrich: '/controllerblueprint/enrich-blueprint',
+ enrichandpublish: '/controllerblueprint/enrichandpublish',
download: '/controllerblueprint/download-blueprint/',
deploy: '/controllerblueprint/deploy-blueprint',
getMetaDate: '/controllerblueprint/meta-data/',