diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-22 13:42:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-22 13:42:17 +0000 |
commit | ea56f0811351dba0a7c6da1dbe8f8725a42b3f52 (patch) | |
tree | a250ab83a6433645f04ebdaca2056776f21c2c6e /cds-ui/designer-client/src/app/common | |
parent | 12351451744e4171d739a73e8a0714dfed201e4f (diff) | |
parent | b85c484da92c3b6721bb241376074fd9d7a712e2 (diff) |
Merge "Adding Resource dictionary"
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 = { |