added comprehensive ports for networking

This commit is contained in:
2025-07-25 11:59:33 +02:00
parent fcb8af574c
commit 7f74a740ae
5 changed files with 48 additions and 31 deletions

View File

@@ -118,7 +118,7 @@ app.post("/api/updateUser", authenticate, async (req, res) => {
});
app.listen(port, () => {
console.log(`Express backend server is running at http://localhost:${port}`);
console.log(`Express backend server is running at Port: ${port}`);
});
// error handling code