fix: update koneksi database ke localhost dan perbaiki path URL

This commit is contained in:
2026-06-13 17:52:10 +07:00
parent 534d2d926d
commit a1818ace30
9 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -92,7 +92,7 @@
window.location.href = '/login.html';
}
const API_URL = '/sig-jalan/api_orang.php';
const API_URL = '/WEBPOVERTYSIGUAS/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);