From eafc8865d856cc282e0e0845c67ff232b1a5b805 Mon Sep 17 00:00:00 2001 From: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Date: Thu, 3 Dec 2020 17:03:10 +0200 Subject: add Enrich&Deploy function in designer Issue-ID: CCSDK-2900 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I098fc6bbb35953fbf3728b3863e7990918305edb --- cds-ui/designer-client/src/app/common/constants/app-constants.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'cds-ui/designer-client/src/app/common/constants') 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/', -- cgit