This commit is contained in:
2024-11-28 10:22:22 +01:00
parent e3083961df
commit 6afe190610

View File

@@ -1,5 +1,5 @@
// URL de l'API
const apiUrl = "http://localhost:8080/api/get_day";
const apiUrl = "https://calendrier.appen.fr/api/get_day";
// Fonction pour récupérer les données depuis l'API
async function fetchDayData() {