mirror of
https://github.com/appen-isen/projet-cal.git
synced 2026-01-18 16:47:38 +01:00
Fix CORS
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user