diff options
author | KAPIL SINGAL <ks220y@att.com> | 2020-09-09 16:48:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-09 16:48:12 +0000 |
commit | ca24db639e1fdaaaeca4a71b38491034ace0a5a7 (patch) | |
tree | 42df3b9ab7541dc47a3719607d0f8674e7d4ec63 /cds-ui/designer-client/proxy.conf.json | |
parent | da970292a1ac53a93c9fcb4c28df43946fa8b293 (diff) | |
parent | 28e656ff2426309bc23c11d4d302dee26a3d1406 (diff) |
Merge "Update Wizard style"
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 |