diff --git a/fotograf-de-scraper/frontend/src/App.tsx b/fotograf-de-scraper/frontend/src/App.tsx index 8999d7a6..97d6e9b2 100644 --- a/fotograf-de-scraper/frontend/src/App.tsx +++ b/fotograf-de-scraper/frontend/src/App.tsx @@ -16,7 +16,7 @@ function App() { const [isLoading, setIsLoading] = useState(false); const [error, setError] = useState(null); - const API_BASE_URL = import.meta.env.VITE_API_BASE_URL || 'http://localhost:8002'; + const API_BASE_URL = import.meta.env.VITE_API_BASE_URL || 'http://192.168.178.6:8002'; const fetchJobs = async () => { setIsLoading(true);