diff --git a/node-http-post-listener.js b/node-http-post-listener.js index 13ae61a..6b9c0c3 100755 --- a/node-http-post-listener.js +++ b/node-http-post-listener.js @@ -32,5 +32,5 @@ function handler (req, res) { res.end(); } -console.log("Listening to port 8080"); +console.log("Listening to port 9000"); console.log("Returning status code " + statusCode.toString());