Skip to content

Commit

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

const useGeoData = (
Expand Down

0 comments on commit 41f288a

Please sign in to comment.