Compare commits

...

1 Commits

Author SHA1 Message Date
dancingCycle b564a966f5 feat: adjust to sib00-db 2023-08-17 10:50:44 +02:00
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',
};