Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 0a685c7f authored by 65160024's avatar 65160024
Browse files

update server.js

parent d80adbb4
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ readdirSync(routesPath).map((file) => {
app.use("/api", require(routePath));
});
app.listen(3001, () => console.log("Server is running on port 3001"));
app.listen(3000, () => console.log("Server is running on port 3000"));
// เชื่อมต่อกับฐานข้อมูล
db.connect((err) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment