diff --git a/index.js b/index.js index 82b51b8..58eb4bf 100644 --- a/index.js +++ b/index.js @@ -155,7 +155,7 @@ app.delete("/items/:id", (req, res) => { }); // Start server -const PORT = 3000; +const PORT = 8080; app.listen(PORT, () => { console.log(`Server is running on http://localhost:${PORT}`); });