diff options
author | Dan Timoney <dtimoney@att.com> | 2019-07-19 13:56:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-19 13:56:22 +0000 |
commit | a91484d13061feaef6d720468022cd696b281cd5 (patch) | |
tree | d6a288e624aefaaecd4749ed18ce84b174874f47 /cds-ui | |
parent | fdbb1a7b9bf8159438f439bd0fae8a870a16c527 (diff) | |
parent | 1bd4db947dc1e472444633a693bfec6edd393274 (diff) |
Merge "Resource dictionary URL's"
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/client/src/app/common/constants/app-constants.ts | 4 |
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 |