update index.js
This commit is contained in:
parent
f51d09e0e8
commit
63c4dd5fe0
|
|
@ -34,6 +34,7 @@ app.get("/api/", (req, res) => {
|
|||
});
|
||||
|
||||
const PORT = 8000;
|
||||
|
||||
app.listen(PORT, () => {
|
||||
console.log("Server is running on port ", PORT);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue