Merge pull request 'update: maps update api url' (#47) from dev into master

Reviewed-on: #47
This commit was merged in pull request #47.
This commit is contained in:
2025-07-07 19:18:49 +00:00

View File

@@ -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);