feat: adjust to sib00-db

This commit is contained in:
dancingCycle 2023-07-07 17:37:37 +02:00
parent 4dafb4d4c0
commit b564a966f5
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
//TODO Make API accessable via parameter!
export default {
API: 'http://localhost:65529/',
API: 'https://v1gtfs.nap.api.swingbe.de/',
GTFS_VALIDATOR_REPORT: 'https://www.v1gtfs.vbn.api.swingbe.de/gtfs-validator/report.html',
};