Skip to content

Commit d691605

Browse files
committed
Use loopback address in proxy to avoid appveyor issue
1 parent 17bd3f5 commit d691605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Client.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function startProxy(port) {
1313
proxy.use(
1414
'/',
1515
httpProxy({
16-
target: 'http://0.0.0.0:8080',
16+
target: 'http://localhost:8080',
1717
ws: true,
1818
changeOrigin: true,
1919
proxyTimeout: 30000,

0 commit comments

Comments
 (0)