Compare commits

..

No commits in common. "d145fc1b2e7e43c5228ae03de176a1495e0783e0" and "c032ae81cdb7b992b2ee8e0a1c86d7c55f1e4ef1" have entirely different histories.

View File

@ -1,5 +1,5 @@
const api_url = "https://intra.ffsaf.fr"; //const api_url = "https://intra.ffsaf.fr";
//const api_url = "http://localhost:8080"; const api_url = "http://localhost:8080";
let map = L.map('map').setView([46.631196, 2.456000], 6); let map = L.map('map').setView([46.631196, 2.456000], 6);
@ -141,4 +141,4 @@ async function getData() {
} }
} }
getData().then(() => console.log("end loading")); getData().then(() => console.log("end loading"));