diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-12-20 12:19:50 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-12-20 12:19:55 +0800 |
commit | e2362aed3f00ae47ac30c5d084bd5092b49a7a2d (patch) | |
tree | 63e82decaf55d8c3813a92d1ca6728313ec8258b /usecaseui-portal/proxy.conf.json | |
parent | 6b2c1c6071bc4a389859917ad2b2dece0b598046 (diff) |
fix: fix bugs of taskprogress interface
Change-Id: Ic8c37b6d5f1841da91c688baaac5bf57bc584899
Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/proxy.conf.json')
-rw-r--r-- | usecaseui-portal/proxy.conf.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/proxy.conf.json b/usecaseui-portal/proxy.conf.json index 8074f68d..0e71b7de 100644 --- a/usecaseui-portal/proxy.conf.json +++ b/usecaseui-portal/proxy.conf.json @@ -1,6 +1,6 @@ { "/api/usecaseui-server/v1": { - "target": "http://10.15.0.11:8082", + "target": "http://192.168.235.56:30280", "secure": false, "logLevel": "debug", "changeOrigin": true |