update index.js

This commit is contained in:
joseph le 2023-10-02 11:21:20 +07:00
parent f51d09e0e8
commit 63c4dd5fe0
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ app.get("/api/", (req, res) => {
}); });
const PORT = 8000; const PORT = 8000;
app.listen(PORT, () => { app.listen(PORT, () => {
console.log("Server is running on port ", PORT); console.log("Server is running on port ", PORT);
}); });