Updated api link

This commit is contained in:
Arnaud Vergnet 2020-03-22 10:00:35 +01:00
parent 53ef08219c
commit c37f6d07a4

View file

@ -28,7 +28,7 @@ type State = {
calendarShowing: boolean,
};
const FETCH_URL = "https://amicale-insat.fr/event/json/list";
const FETCH_URL = "https://www.amicale-insat.fr/api/event/list";
const AGENDA_MONTH_SPAN = 3;