update: maps update api url
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 9m48s
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 9m48s
This commit is contained in:
parent
cd2cc5e345
commit
3a788ba9b3
@ -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"));
|
||||
getData().then(() => console.log("end loading"));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user