We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284903d commit 6baf149Copy full SHA for 6baf149
examples/http/standalone-proxy.js
@@ -51,4 +51,4 @@ http.createServer(function (req, res) {
51
}).listen(9002);
52
53
util.puts('http server '.blue + 'started '.green.bold + 'on port '.blue + '8002 '.yellow + 'with proxy.web() handler'.cyan.underline + ' and latency'.magenta);
54
-util.puts('http server '.blue + 'started '.green.bold + 'on port '.blue + '9001 '.yellow);
+util.puts('http server '.blue + 'started '.green.bold + 'on port '.blue + '9002 '.yellow);
0 commit comments