diff options
author | Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> | 2020-12-03 17:03:10 +0200 |
---|---|---|
committer | Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> | 2020-12-03 17:03:10 +0200 |
commit | eafc8865d856cc282e0e0845c67ff232b1a5b805 (patch) | |
tree | 7a1f996fc36c17053456ebb14be861a5283b8d39 /cds-ui/designer-client/src/app/common/constants | |
parent | d578a475277774517207c96772e221e81b6c5d25 (diff) |
add Enrich&Deploy function in designer
Issue-ID: CCSDK-2900
Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: I098fc6bbb35953fbf3728b3863e7990918305edb
Diffstat (limited to 'cds-ui/designer-client/src/app/common/constants')
-rw-r--r-- | cds-ui/designer-client/src/app/common/constants/app-constants.ts | 1 |
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/', |