Update server.js

c3
Kar 2025-06-05 13:22:09 +00:00
parent 2c95e81637
commit 7e995ec414
1 changed files with 1 additions and 1 deletions

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'));