diff options
author | 2020-01-13 15:43:34 +0000 | |
---|---|---|
committer | 2020-01-13 15:43:34 +0000 | |
commit | 0ec93f4eb42cd0d1b703d01bd06d6b6d8342fe08 (patch) | |
tree | e845efae9ce9eed5464b6f5ff5b8b127e3228861 /cds-ui/designer-client/src/app/common/constants/app-constants.ts | |
parent | d57c3727ee2d02e2b2f4c899647d4d9de7e72b43 (diff) | |
parent | c133b83cb2cbf0b3c7a63aad105a56060db2a6df (diff) |
Merge "creating meta data creation component(first tab)"
Diffstat (limited to 'cds-ui/designer-client/src/app/common/constants/app-constants.ts')
-rw-r--r-- | cds-ui/designer-client/src/app/common/constants/app-constants.ts | 3 |
1 files changed, 2 insertions, 1 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 506d3b90f..387c35342 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 @@ -98,7 +98,8 @@ export const BlueprintURLs = { deploy: '/controllerblueprint/deploy-blueprint', getMetaDate: '/controllerblueprint/meta-data/', countOfAllBluePrints: '/controllerblueprint/list/count', - getMetaDatePageable: '/controllerblueprint/metadata/paged' + getMetaDatePageable: '/controllerblueprint/metadata/paged', + getBlueprintByName: '/controllerblueprint/by-name/' }; export const ResourceDictionaryURLs = { |