summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/common/constants/app-constants.ts
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-04-22 13:42:17 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-22 13:42:17 +0000
commitea56f0811351dba0a7c6da1dbe8f8725a42b3f52 (patch)
treea250ab83a6433645f04ebdaca2056776f21c2c6e /cds-ui/designer-client/src/app/common/constants/app-constants.ts
parent12351451744e4171d739a73e8a0714dfed201e4f (diff)
parentb85c484da92c3b6721bb241376074fd9d7a712e2 (diff)
Merge "Adding Resource dictionary"
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.ts5
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 = {