deploy fixes?
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 36s
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 36s
This commit is contained in:
@@ -89,7 +89,7 @@ if (frontendExists) {
|
||||
app.get('*', (req, res) => {
|
||||
res.json({
|
||||
message: "What's The Point API - Frontend running separately",
|
||||
frontend: "http://192.168.1.70:5173"
|
||||
frontend: "http://192.168.1.175:5173"
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user