diff --git a/index.js b/index.js index 9e419147224616bb9b237a923cff6ad43b0e64bc..763ba2fa365dc38b8b0ab7762a9d7f3196b8a725 100644 --- a/index.js +++ b/index.js @@ -239,7 +239,7 @@ function startServer() { } }); }); - http.createServer(app).listen(3000); + http.createServer(app).listen(80); } unlockAccount();