diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-09-09 17:02:34 +0200 |
---|---|---|
committer | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-09-09 17:40:46 +0200 |
commit | 28e656ff2426309bc23c11d4d302dee26a3d1406 (patch) | |
tree | b910b76e12db9939a289eaef39a307a76d554575 /cds-ui/designer-client/proxy.conf.json | |
parent | 98627b6fcc481b6678fcc89c17891ab059d81ea2 (diff) |
Update Wizard style
Issue-ID: CCSDK-2709
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I189e3425e0ad2b3b51918dba94c6d9f6b4081c63
Diffstat (limited to 'cds-ui/designer-client/proxy.conf.json')
-rw-r--r-- | cds-ui/designer-client/proxy.conf.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cds-ui/designer-client/proxy.conf.json b/cds-ui/designer-client/proxy.conf.json index 17de0a74f..4e8ef0aab 100644 --- a/cds-ui/designer-client/proxy.conf.json +++ b/cds-ui/designer-client/proxy.conf.json @@ -1,12 +1,12 @@ { "/controllerblueprint/*": { - "target": "https://41.128.168.198:3000", + "target": "https://localhost:3000", "secure": false, "logLevel": "debug", "changeOrigin": true }, "/resourcedictionary/*": { - "target": "https://41.128.168.198:3000", + "target": "https://localhost:3000", "secure": false, "logLevel": "debug", "changeOrigin": true |