Updated api link

这个提交包含在:
Arnaud Vergnet 2020-03-22 10:00:35 +01:00
父节点 53ef08219c
当前提交 c37f6d07a4

查看文件

@ -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;