From 6e3abf383571a6c8cff9c0c59d9887c7cdbfa8cb Mon Sep 17 00:00:00 2001 From: Ting-Jun Wang Date: Wed, 31 Jul 2024 14:33:44 +0800 Subject: [PATCH] feat: change port --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f8a2805..8c75179 100644 --- a/index.js +++ b/index.js @@ -34,7 +34,7 @@ app.use('/css', express.static('./css')); // }); -const port = 5001; +const port = 5000; // 如何處理不同的 request,參數分別為 url 和要執行的 function app.get('/', (req, res) => {