diff options
author | Brinda Santh Muthuramalingam <brindasanth@in.ibm.com> | 2019-07-29 14:59:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-29 14:59:23 +0000 |
commit | a19b41ed344b70860cdb9694d6bd918890545ee4 (patch) | |
tree | 8ddd14585e5b8e54d5c732f58fffa6c0804f53bd /cds-ui/client/src/app/common | |
parent | c3295a523d1ded477501b8efa9e56458f6eb3dc6 (diff) | |
parent | 5ede965c0c3dd365be4efde0699d5ec976a614c3 (diff) |
Merge "Blueprint client backend integration fix"
Diffstat (limited to 'cds-ui/client/src/app/common')
-rw-r--r-- | cds-ui/client/src/app/common/constants/app-constants.ts | 2 |
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 49c6e6026..a01b7b27b 100644 --- a/cds-ui/client/src/app/common/constants/app-constants.ts +++ b/cds-ui/client/src/app/common/constants/app-constants.ts @@ -99,7 +99,7 @@ export const BlueprintURLs = { save: '/controllerblueprint/create-blueprint', publish: '/controllerblueprint/publish', enrich: '/controllerblueprint/enrich-blueprint', - download: '/controllerblueprint/download-blueprint/{name}/{version}', + download: '/controllerblueprint/download-blueprint/', deploy:'/controllerblueprint/deploy-blueprint' } |