We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8698b97 commit 804b8bdCopy full SHA for 804b8bd
src/scripts/fetchData.js
@@ -5,7 +5,9 @@ import { fileURLToPath } from "url";
5
6
const __dirname = path.dirname(fileURLToPath(import.meta.url));
7
8
-const API_URL = "https://programapi.europython.eu/ep2025";
+//const API_URL = "https://programapi.europython.eu/ep2025";
9
+
10
+const API_URL = "https://programapi24.europython.eu/2024";
11
12
// URLs for EuroPython 2025 data
13
const SESSIONS_URL =
0 commit comments