Merge "Added Blueprint URL to constant file"
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 bcfcc4e..49c6e60 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 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',