feat: change port

This commit is contained in:
Ting-Jun Wang 2024-07-31 14:33:44 +08:00
parent d93bfe172b
commit 6e3abf3835
Signed by: snsd0805
GPG Key ID: D175E969960C4B16

View File

@ -34,7 +34,7 @@ app.use('/css', express.static('./css'));
// });
const port = 5001;
const port = 5000;
// 如何處理不同的 request參數分別為 url 和要執行的 function
app.get('/', (req, res) => {