summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-07-19 13:56:22 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-19 13:56:22 +0000
commita91484d13061feaef6d720468022cd696b281cd5 (patch)
treed6a288e624aefaaecd4749ed18ce84b174874f47
parentfdbb1a7b9bf8159438f439bd0fae8a870a16c527 (diff)
parent1bd4db947dc1e472444633a693bfec6edd393274 (diff)
Merge "Resource dictionary URL's"
-rw-r--r--cds-ui/client/src/app/common/constants/app-constants.ts4
1 files changed, 3 insertions, 1 deletions
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 283ce735f..bcfcc4e0c 100644
--- a/cds-ui/client/src/app/common/constants/app-constants.ts
+++ b/cds-ui/client/src/app/common/constants/app-constants.ts
@@ -96,5 +96,7 @@ export const GlobalContants = {
export const ResourceDictionaryURLs = {
saveResourceDictionary: '/resourcedictionary/save',
searchResourceDictionaryByTags: '/resourcedictionary/search',
- searchResourceDictionaryByName: ''
+ searchResourceDictionaryByName: '',
+ getSources: '/resourcedictionary/source-mapping',
+ getModelType: '/resourcedictionary/model-type'
} \ No newline at end of file