forked from vergnet/application-amicale
Updated api link
This commit is contained in:
parent
53ef08219c
commit
c37f6d07a4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue