diff options
author | Brinda Santh Muthuramalingam <brindasanth@in.ibm.com> | 2019-07-29 13:28:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-29 13:28:07 +0000 |
commit | 14588a767139e4a66303252739ce80ee9e81ea99 (patch) | |
tree | ebcf1b3b70af1c4e9e9b3dddb1df0d1ef52cfc19 /cds-ui/client/src/app | |
parent | 7354f86b999e67524987a8079dd19a5bd377190f (diff) | |
parent | 535ea9fd3e70ecc3831f7241fc32bded66047306 (diff) |
Merge "Added Blueprint URL to constant file"
Diffstat (limited to 'cds-ui/client/src/app')
-rw-r--r-- | cds-ui/client/src/app/common/constants/app-constants.ts | 10 |
1 files changed, 10 insertions, 0 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 bcfcc4e0c..49c6e6026 100644 --- a/cds-ui/client/src/app/common/constants/app-constants.ts +++ b/cds-ui/client/src/app/common/constants/app-constants.ts @@ -93,6 +93,16 @@ export const GlobalContants = { } }; +export const BlueprintURLs = { + getAllBlueprints: '/controllerblueprint/all', + searchByTag: '/controllerblueprint/searchByTags/{tags}', + save: '/controllerblueprint/create-blueprint', + publish: '/controllerblueprint/publish', + enrich: '/controllerblueprint/enrich-blueprint', + download: '/controllerblueprint/download-blueprint/{name}/{version}', + deploy:'/controllerblueprint/deploy-blueprint' +} + export const ResourceDictionaryURLs = { saveResourceDictionary: '/resourcedictionary/save', searchResourceDictionaryByTags: '/resourcedictionary/search', |