aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/proxy.conf.json
diff options
context:
space:
mode:
authorShaabanEltanany <shaaban.eltanany.ext@orange.com>2020-08-30 14:03:53 +0200
committerShaabanEltanany <shaaban.eltanany.ext@orange.com>2020-08-30 14:03:53 +0200
commitac64cf38079f88ceb8c172b9e25152955dbe4366 (patch)
tree5c84dbe1784d5ed3674636a0fe5d7e569b59daa7 /cds-ui/designer-client/proxy.conf.json
parent65a445a2afd3ca2d1022d2e7c7fc71ec12698e87 (diff)
fixing edit behavior
Issue-ID: CCSDK-2336 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: Ib344626d3f07cad91eb9a32cc660aad0e34f5191
Diffstat (limited to 'cds-ui/designer-client/proxy.conf.json')
-rw-r--r--cds-ui/designer-client/proxy.conf.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/cds-ui/designer-client/proxy.conf.json b/cds-ui/designer-client/proxy.conf.json
index 1f63613ac..6b81a884a 100644
--- a/cds-ui/designer-client/proxy.conf.json
+++ b/cds-ui/designer-client/proxy.conf.json
@@ -1,14 +1,12 @@
{
"/controllerblueprint/*": {
- "target": "localhost",
- // "target": "https://41.128.168.198:3000",
+ "target": "https://localhost:3000",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
},
"/resourcedictionary/*": {
- "target": "localhost",
- // "target": "https://41.128.168.198:3000",
+ "target": "https://localhost:3000",
"secure": false,
"logLevel": "debug",
"changeOrigin": true