Skip to content

Commit

Permalink
Use loopback address in proxy to avoid appveyor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rlamana committed Mar 5, 2019
1 parent 17bd3f5 commit d691605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Client.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function startProxy(port) {
proxy.use(
'/',
httpProxy({
target: 'http://0.0.0.0:8080',
target: 'http://localhost:8080',
ws: true,
changeOrigin: true,
proxyTimeout: 30000,
Expand Down

0 comments on commit d691605

Please sign in to comment.