test2
This commit is contained in:
parent
d1e1d6cdd0
commit
df387ea969
2
index.js
2
index.js
|
|
@ -155,7 +155,7 @@ app.delete("/items/:id", (req, res) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
// Start server
|
// Start server
|
||||||
const PORT = 3000;
|
const PORT = 8080;
|
||||||
app.listen(PORT, () => {
|
app.listen(PORT, () => {
|
||||||
console.log(`Server is running on http://localhost:${PORT}`);
|
console.log(`Server is running on http://localhost:${PORT}`);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user