diff options
author | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-07-29 17:28:54 +0530 |
---|---|---|
committer | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-07-29 17:29:02 +0530 |
commit | 535ea9fd3e70ecc3831f7241fc32bded66047306 (patch) | |
tree | 3a4ccb1034803f5537396ae05b0ad5a5f1ec979b | |
parent | 6703f9a400af5ccde1854156458af8466e454f44 (diff) |
Added Blueprint URL to constant file
Change-Id: I53ad62bf54e0dc7f69c21df1399922b2f580dc57
Issue-ID: CCSDK-1275
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
-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', |