summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/proxy.conf.json
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/proxy.conf.json
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/proxy.conf.json')
-rw-r--r--cds-ui/designer-client/proxy.conf.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/cds-ui/designer-client/proxy.conf.json b/cds-ui/designer-client/proxy.conf.json
index 11ed26767..6b81a884a 100644
--- a/cds-ui/designer-client/proxy.conf.json
+++ b/cds-ui/designer-client/proxy.conf.json
@@ -4,5 +4,11 @@
"secure": false,
"logLevel": "debug",
"changeOrigin": true
+ },
+ "/resourcedictionary/*": {
+ "target": "https://localhost:3000",
+ "secure": false,
+ "logLevel": "debug",
+ "changeOrigin": true
}
}