diff --git a/index.js b/index.js index 5f35242ee8..61234149ba 100644 --- a/index.js +++ b/index.js @@ -3,4 +3,4 @@ http.createServer(function (req, res) { console.log(`Just got a request at ${req.url}!`) res.write('Yo!'); res.end(); -}).listen(process.env.PORT || 3000); \ No newline at end of file +}).listen(process.env.PORT || 3001);