diff options
author | swapnalipode <sp00501638@techmahindra.com> | 2020-04-18 19:45:12 +0530 |
---|---|---|
committer | Swapnali Pode <sp00501638@techmahindra.com> | 2020-04-21 16:16:20 +0000 |
commit | b85c484da92c3b6721bb241376074fd9d7a712e2 (patch) | |
tree | d85aff1e31f31d73853ba528e82017530cd82cec /cds-ui/designer-client/src/app/common | |
parent | 3c10444c1d9d84b4d7f38b223fd304450cb36eb6 (diff) |
Adding Resource dictionary
Adding resource-dictionary
Change-Id: Ib23b282e7293843ce94263e82b3f7cdb0fe36c5a
Issue-ID: CCSDK-2253
Signed-off-by: swapnalipode <sp00501638@techmahindra.com>
Diffstat (limited to 'cds-ui/designer-client/src/app/common')
-rw-r--r-- | cds-ui/designer-client/src/app/common/constants/app-constants.ts | 5 |
1 files changed, 4 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 14cb001c8..e29748535 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 @@ -109,7 +109,10 @@ export const ResourceDictionaryURLs = { searchResourceDictionaryByNames: '/resourcedictionary/search/by-names', getSources: '/resourcedictionary/source-mapping', getModelType: '/resourcedictionary/model-type', - getResourceDictionary: '/resourcedictionary/model-type/by-definition' + getResourceDictionary: '/resourcedictionary/model-type/by-definition', + getMetaDatePageable: '/resourcedictionary/metadata/paged', + getDictionaryByName: '/resourcedictionary/by-name/', + getPagedDictionary: '/resourcedictionary/paged', }; export const ControllerCatalogURLs = { |