diff --git a/backend/src/index.js b/backend/src/index.js index 789fab6..31e401d 100644 --- a/backend/src/index.js +++ b/backend/src/index.js @@ -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" }); }); } diff --git a/docker-compose.yml b/docker-compose.yml index f6181fb..b7ede1b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -44,7 +44,7 @@ services: dockerfile: Dockerfile.dev restart: unless-stopped environment: - VITE_API_URL: http://192.168.1.175:4000/api + VITE_API_URL: http://192.168.1.70:4000/api depends_on: - backend ports: