Skip to content

Commit 804b8bd

Browse files
committed
Temporary data for preview.
1 parent 8698b97 commit 804b8bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/scripts/fetchData.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ import { fileURLToPath } from "url";
55

66
const __dirname = path.dirname(fileURLToPath(import.meta.url));
77

8-
const API_URL = "https://programapi.europython.eu/ep2025";
8+
//const API_URL = "https://programapi.europython.eu/ep2025";
9+
10+
const API_URL = "https://programapi24.europython.eu/2024";
911

1012
// URLs for EuroPython 2025 data
1113
const SESSIONS_URL =

0 commit comments

Comments
 (0)