diff --git a/app.js b/app.js index 17b0a569408e4d428edab34c7d03b7c6f06fdcc0..9379419eb042dd8ace6c4acab83ac113fe899dd9 100644 --- a/app.js +++ b/app.js @@ -5,7 +5,7 @@ const express = require('express'); const app = express(); const http = require('http').createServer(app); const path = require('path'); -const port = 8060; +const port = 8080; const io = require('socket.io')(http);