Changed listening TCP port to 9001

This commit is contained in:
John McLear 2011-03-26 13:44:47 +00:00
parent 771975550d
commit e174359b45
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ server = http.createServer(function(req, res){
send404(res, path);
}
});
server.listen(80);
server.listen(9001);
function randomPadName() {
var chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";