From 3a788ba9b38b626403927a81ca337a0449b67641 Mon Sep 17 00:00:00 2001 From: Thibaut Valentin Date: Mon, 7 Jul 2025 21:17:18 +0200 Subject: [PATCH] update: maps update api url --- src/main/webapp/public/club-maps.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/public/club-maps.js b/src/main/webapp/public/club-maps.js index 427a37e..185c37c 100644 --- a/src/main/webapp/public/club-maps.js +++ b/src/main/webapp/public/club-maps.js @@ -1,5 +1,5 @@ -//const api_url = "https://intra.ffsaf.fr"; -const api_url = "http://localhost:8080"; +const api_url = "https://intra.ffsaf.fr"; +//const api_url = "http://localhost:8080"; let map = L.map('map').setView([46.631196, 2.456000], 6); @@ -141,4 +141,4 @@ async function getData() { } } -getData().then(() => console.log("end loading")); \ No newline at end of file +getData().then(() => console.log("end loading"));