summaryrefslogtreecommitdiffstats
path: root/cds-ui
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2019-07-17 22:37:10 +0530
committerArundathi Patil <arundpil@in.ibm.com>2019-07-17 22:37:22 +0530
commit1bd4db947dc1e472444633a693bfec6edd393274 (patch)
tree19c562831632a3756939cc491007854794e5cd6a /cds-ui
parentd5a3cb572ca9d83820e8d93feefb92de992cc044 (diff)
Resource dictionary URL's
Added loopback url's to fetch source list and model type Issue-ID: CCSDK-707 Change-Id: I7b7db824914804a17599df2274f48de5211e872c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui')
-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