We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17bd3f5 commit d691605Copy full SHA for d691605
test/Client.test.js
@@ -13,7 +13,7 @@ function startProxy(port) {
13
proxy.use(
14
'/',
15
httpProxy({
16
- target: 'http://0.0.0.0:8080',
+ target: 'http://localhost:8080',
17
ws: true,
18
changeOrigin: true,
19
proxyTimeout: 30000,
0 commit comments