From 1bd4db947dc1e472444633a693bfec6edd393274 Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Wed, 17 Jul 2019 22:37:10 +0530 Subject: 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 --- cds-ui/client/src/app/common/constants/app-constants.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cds-ui/client/src') 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 -- cgit 1.2.3-korg