From: Arundathi Patil Date: Wed, 17 Jul 2019 17:07:10 +0000 (+0530) Subject: Resource dictionary URL's X-Git-Tag: 0.5.0~54^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1bd4db947dc1e472444633a693bfec6edd393274;p=ccsdk%2Fcds.git 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 --- 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