feat: update server URL and enhance Docker configuration with user frontends
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user