fix([2fd88f42]): resolve port conflict to 8002
This commit is contained in:
@@ -35,7 +35,7 @@ function App() {
|
||||
setIsLoading(true);
|
||||
setError(null);
|
||||
try {
|
||||
const response = await axios.post('http://localhost:8001/api/heatmap', {
|
||||
const response = await axios.post('http://localhost:8002/api/heatmap', {
|
||||
filters: selectedFilters,
|
||||
});
|
||||
setHeatmapData(response.data);
|
||||
|
||||
Reference in New Issue
Block a user