Compare commits

...

1 Commits

Author SHA1 Message Date
dancingCycle 2caa2f797c fix: route to API v2gtfs.vbn.api.swingbe.de in config 2023-08-17 11:06:26 +02:00
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
//TODO access API via parameter instead of hard coded
export default {
API: 'http://localhost:65529/',
API: 'https://v2gtfs.vbn.api.swingbe.de/',
GTFS_VALIDATOR_REPORT: 'https://www.v1gtfs.vbn.api.swingbe.de/gtfs-validator/report.html',
};