diff options
author | Chuyi Guo <guochuyi@chinamobile.com> | 2019-08-30 03:03:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-30 03:03:49 +0000 |
commit | 95db8df651691e3645921cc9a795971beb2e855a (patch) | |
tree | 2804a433840464edeed59827b99ba56442c53c9f /usecaseui-portal/localproxy.conf.json | |
parent | 0fe93162839f6848710dccfc49667973a3c3763e (diff) | |
parent | 0c1e82ccbfa6dcb8ee5d11220a93fefc61465374 (diff) |
Merge "feat: change the mock data path config file"
Diffstat (limited to 'usecaseui-portal/localproxy.conf.json')
-rw-r--r-- | usecaseui-portal/localproxy.conf.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/localproxy.conf.json b/usecaseui-portal/localproxy.conf.json index bf4dcf52..99adbad5 100644 --- a/usecaseui-portal/localproxy.conf.json +++ b/usecaseui-portal/localproxy.conf.json @@ -1,6 +1,6 @@ { "/api": { - "target": "http://localhost:3004", + "target": "http://localhost:3002", "secure": false, "logLevel": "debug", "changeOrigin": true, |