Skip to content

Commit

Permalink
fixed thirteenth answer
Browse files Browse the repository at this point in the history
  • Loading branch information
jedireza committed Apr 25, 2014
1 parent cc884cd commit cb74ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learnyounode/13-http-json-api-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ var server = http.createServer(function (req, res) {
res.end();
}
})
server.listen(8000);
server.listen(process.argv[2]);

0 comments on commit cb74ce6

Please sign in to comment.