summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/proxy.conf.json
diff options
context:
space:
mode:
authorshaaban Altanany <shaaban.eltanany.ext@orange.com>2020-02-23 15:23:50 +0200
committershaaban Altanany <shaaban.eltanany.ext@orange.com>2020-02-23 17:32:27 +0200
commit4c1e01bdf2835f7c87ec0e7e6ef2630f72c0b728 (patch)
treec38723045cc9922d95a1c4d1d7df65f38ebbb752 /cds-ui/designer-client/proxy.conf.json
parentebcc45b8c8703cadc49cf3a0b888545845ccb9e6 (diff)
adding upload function and getting variables from template at template and mapping tab
Issue-ID: CCSDK-2102 Signed-off-by: shaaban Altanany <shaaban.eltanany.ext@orange.com> Change-Id: Id92cbd183c700764a55ef016d681a568954dc18f
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
}
}