更换端口

This commit is contained in:
2023-09-28 16:03:19 +08:00
parent 1acd926d8f
commit 400d12725b
1 changed files with 1 additions and 1 deletions

View File

@ -47,4 +47,4 @@ app.ws('/webrtc/:channel', (ws, req) => {
}) })
}) })
app.listen(3000, () => console.log('Server started on port 3000')) app.listen(4096, () => console.log('Server started on port 4096'))