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) => {