From 400d12725b7b6f9a01de1d5fd0c3eb50a5685dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A7=89?= Date: Thu, 28 Sep 2023 16:03:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 83aab21..e2b98da 100644 --- a/index.js +++ b/index.js @@ -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'))