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
@@ -109,7 +109,7 @@
window.location.href = '/login.html';
}
const API_URL = '/sig-jalan/api_ibadah.php';
const API_URL = '/WEBPOVERTYSIGUAS/sig-jalan/api_ibadah.php';
const warna = { masjid: '#28a745', gereja: '#dc3545', klenteng: '#ff6f00', vihara: '#ff9800', pura: '#9c27b0' };
const ikon = { masjid: 'fa-mosque', gereja: 'fa-church', klenteng: 'fa-torii-gate', vihara: 'fa-om', pura: 'fa-gopuram' };