1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

correct schedule.xml URL

This commit is contained in:
Lukas Winkler 2021-09-22 13:51:28 +02:00
parent 474988451c
commit 27b2084656
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -9,7 +9,7 @@ object MatomoCampUrls {
val schedule
// get() = "https://fosdem.org/schedule/xml"
get() = "https://lw1.at/s/tmp/schedule.xml"
get() = "https://schedule.matomocamp.org/matomocamp-2021//schedule/export/schedule.xml"
val rooms
get() = "https://api.fosdem.org/roomstatus/v1/listrooms"
val localNavigation