Resource dictionary URL's 19/91619/1
authorArundathi Patil <arundpil@in.ibm.com>
Wed, 17 Jul 2019 17:07:10 +0000 (22:37 +0530)
committerArundathi Patil <arundpil@in.ibm.com>
Wed, 17 Jul 2019 17:07:22 +0000 (22:37 +0530)
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>
cds-ui/client/src/app/common/constants/app-constants.ts

index 283ce73..bcfcc4e 100644 (file)
@@ -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