Skip to content

Commit

Permalink
Revert "Update DataFetch.tsx"
Browse files Browse the repository at this point in the history
This reverts commit 41f288a.
  • Loading branch information
Corgam committed Jun 5, 2024
1 parent 41f288a commit 18ec397
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/components/MapView/DataFetch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ const getBaseApiUrl = () => {
}`;
default:
}
return `http://test.amos.b-ci.de:8081`;
return `http://${import.meta.env.VITE_API_HOST_DEV}:${
import.meta.env.VITE_API_PORT_DEV
}`;
};

const useGeoData = (
Expand Down

0 comments on commit 18ec397

Please sign in to comment.