diff --git a/index.js b/index.js index c2c679c..50fa729 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ const express = require("express"); const app = express(); const http = require("http").Server(app); const io = require("socket.io")(http); -const port = 8081; +const port = 80; app.use(express.static("public"));