feat: update server URL and enhance Docker configuration with user frontends

This commit is contained in:
2025-07-24 19:43:10 +02:00
parent 850c475329
commit e98c6474f0
5 changed files with 91 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 http://45.133.75.67:5002:${port}`);
});
// error handling code