Update server.js

This commit is contained in:
Kar
2025-06-05 13:22:09 +00:00
parent 2c95e81637
commit 7e995ec414

View File

@@ -3,7 +3,7 @@ const WebSocket = require('ws');
const { spawn } = require('child_process');
const app = express();
const PORT = 3000;
const PORT = 5080;
app.use(express.static('public'));