fix: hapus prefix /WEBPOVERTYSIGUAS dari semua path

This commit is contained in:
2026-06-13 22:46:23 +07:00
parent a1818ace30
commit fd6c016f9b
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -92,7 +92,7 @@
window.location.href = '/login.html';
}
const API_URL = '/WEBPOVERTYSIGUAS/sig-jalan/api_orang.php';
const API_URL = '/sig-jalan/api_orang.php';
var map = L.map('map').setView([-0.026330, 109.342519], 13);
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { maxZoom: 19 }).addTo(map);