aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/common/constants/app-constants.ts
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-02-24 06:24:06 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-24 06:24:06 +0000
commit0382bef1f27a16dc40200e4fc11df1623443ea0b (patch)
tree9c2552edff6a48d28c3e7f607757e462808ba671 /cds-ui/designer-client/src/app/common/constants/app-constants.ts
parent45e4f0122f7db9b2fe1867a4394de9ca0e7f1f2c (diff)
parent4c1e01bdf2835f7c87ec0e7e6ef2630f72c0b728 (diff)
Merge "adding upload function and getting variables from template at template and mapping tab"
Diffstat (limited to 'cds-ui/designer-client/src/app/common/constants/app-constants.ts')
-rw-r--r--cds-ui/designer-client/src/app/common/constants/app-constants.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cds-ui/designer-client/src/app/common/constants/app-constants.ts b/cds-ui/designer-client/src/app/common/constants/app-constants.ts
index 387c35342..eeff3d41f 100644
--- a/cds-ui/designer-client/src/app/common/constants/app-constants.ts
+++ b/cds-ui/designer-client/src/app/common/constants/app-constants.ts
@@ -106,6 +106,7 @@ export const ResourceDictionaryURLs = {
saveResourceDictionary: '/resourcedictionary/save',
searchResourceDictionaryByTags: '/resourcedictionary/search',
searchResourceDictionaryByName: '',
+ searchResourceDictionaryByNames: '/resourcedictionary/search/by-names',
getSources: '/resourcedictionary/source-mapping',
getModelType: '/resourcedictionary/model-type',
getResourceDictionary: '/resourcedictionary/model-type/by-definition'