diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2020-04-10 12:04:39 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2020-04-10 13:29:08 +0800 |
commit | 03d4bf6a3fe3f5259abb915b7e120bf38ca17d0c (patch) | |
tree | e5c1c6441729a66f3ad1f0bec02ea1515d87a8f9 /usecaseui-portal/proxy.conf.json | |
parent | 829fc14cd97f236d854472e4a872b59c42367cc5 (diff) |
1ifix: Fix service-list page bug
Change-Id: Ie61afcb2a9e07ba58416af5ef3f5ad2f07e37402
Issue-ID: USECASEUI-369
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 0e71b7de..d96a964e 100644 --- a/usecaseui-portal/proxy.conf.json +++ b/usecaseui-portal/proxy.conf.json @@ -1,6 +1,6 @@ { "/api/usecaseui-server/v1": { - "target": "http://192.168.235.56:30280", + "target": "https://192.168.235.77:30283", "secure": false, "logLevel": "debug", "changeOrigin": true |