fix for dev
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 33s

This commit is contained in:
2026-01-30 17:03:14 -05:00
parent 300a1387da
commit d8e7de4107
2 changed files with 2 additions and 2 deletions

View File

@@ -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.175:5173"
frontend: "http://192.168.1.70:5173"
});
});
}