Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit 16550af

Browse files
AngeliaAngelia
authored andcommitted
fix: dev proxy address
1 parent fdf75dd commit 16550af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.dev.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = merge(commom, {
2121
proxy: {
2222
// '/proxy': 'http://127.0.0.1:3000',
2323
'/api': {
24-
target: 'http://13.75.69.106:8885',
24+
target: 'http://47.95.128.92:8885',
2525
// target: 'http://13.75.69.106',
2626
// pathRewrite: { '^/api': '' },
2727
},
@@ -32,7 +32,7 @@ module.exports = merge(commom, {
3232
target: 'http://wallet-mainnet-jsonrpc.conflux-chain.org:12537',
3333
},
3434
'/contract-manager': {
35-
target: 'http://13.75.69.106:8886',
35+
target: 'http://182.92.71.168:8886',
3636
pathRewrite: { '^/contract-manager': '' },
3737
},
3838
// for developing dag locally

0 commit comments

Comments
 (0)