diff --git a/avisstage/static/js/select_lieu.js b/avisstage/static/js/select_lieu.js index ae82436..49a8a5c 100644 --- a/avisstage/static/js/select_lieu.js +++ b/avisstage/static/js/select_lieu.js @@ -156,7 +156,7 @@ function SelectLieuWidget(STATIC_ROOT, API_LIEU, target, callback) { // Recherche des données en mémoire function askForSuggestions (location) { showMessage("Recherche de lieux déjà connus à proximité..."); - $.getJSON("/api/v1/lieu/", {"format":"json", + $.getJSON(API_LIEU, {"format":"json", "lat":location.lat, "lng":location.lng}, showPropositions); }