mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2026-02-26 12:07:07 +00:00
add docker
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export const loadSchedule = async () => {
|
||||
const response = await fetch('/data/calendar.json');
|
||||
const response = await fetch('/api/data/calendar.json');
|
||||
const data = await response.json();
|
||||
return data;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user