fix([2fd88f42]): resolve port conflict for heatmap service

This commit is contained in:
2026-02-04 11:38:29 +00:00
parent f5ba056b92
commit 75724ec142
4 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ function App() {
setIsLoading(true);
setError(null);
try {
const response = await axios.post('http://localhost:8000/api/heatmap', {
const response = await axios.post('http://localhost:8001/api/heatmap', {
filters: selectedFilters,
});
setHeatmapData(response.data);