Fix calendar URL

This commit is contained in:
Henri Bergius 2018-12-24 15:19:45 +01:00
parent d5c85c1c78
commit e88ff347e9

View file

@ -13,7 +13,7 @@ function sortEvents(a, b) {
function getEvents(number) { function getEvents(number) {
const now = new Date(); const now = new Date();
return fetch('//airdrone.bergie.today:8080/35c3/fahrplan') return fetch('http://c-flo.cbrp3.c-base.org/35c3/fahrplan')
.then(res => res.json()) .then(res => res.json())
.then((res) => { .then((res) => {
// res.schedule.conference.days[0].rooms.Adams[0] // res.schedule.conference.days[0].rooms.Adams[0]