diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-09-06 21:02:08 +0200 |
---|---|---|
committer | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-09-07 13:39:42 +0200 |
commit | 663e41d4d8a167cf307a385a5c750f7424205012 (patch) | |
tree | 307f00c829cb2aebe9519efdae877c31822ae2e2 /cds-ui/designer-client/proxy.conf.json | |
parent | 953b78a4c0c36d31c944baf93db4ae3d8584d232 (diff) |
Add Help menu and Update Wizard style
Issue-ID: CCSDK-2705
Issue-ID: CCSDK-2709
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I7526e5056c50f2e090d06ad6a6f0d7ca729d8340
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 4e8ef0aab..17de0a74f 100644 --- a/cds-ui/designer-client/proxy.conf.json +++ b/cds-ui/designer-client/proxy.conf.json @@ -1,12 +1,12 @@ { "/controllerblueprint/*": { - "target": "https://localhost:3000", + "target": "https://41.128.168.198:3000", "secure": false, "logLevel": "debug", "changeOrigin": true }, "/resourcedictionary/*": { - "target": "https://localhost:3000", + "target": "https://41.128.168.198:3000", "secure": false, "logLevel": "debug", "changeOrigin": true |