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
@@ -109,7 +109,7 @@
window.location.href = '/login.html';
}
const API_URL = '/WEBPOVERTYSIGUAS/sig-jalan/api_ibadah.php';
const API_URL = '/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' };