chore: adjust url for API call

This commit is contained in:
dancingCycle 2024-03-06 19:19:50 +01:00
parent b09c2f9a65
commit 9c4673c914
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export default function MapPage() {
try {
/*TODO handle errors: https://www.valentinog.com/blog/await-react/*/
//TODO Make fields available via configuration!
const address = `${config.API}gtfs-rt`;
const address = `${config.API}gtfs-rt-file`;
const res = await axios.get(address,
{
responseType: 'arraybuffer'