Actualizar clientes.html

This commit is contained in:
2026-02-28 18:24:01 +00:00
parent 67f79de51c
commit 0e0b3a42e0

View File

@@ -122,9 +122,11 @@
<script src="js/layout.js"></script>
<script>
const API_URL = window.location.hostname === 'localhost' || window.location.hostname === '127.0.0.1'
? 'http://localhost:3000'
: 'https://integrarepara-api.integrarepara.es';
// La API_URL ya viene cargada automáticamente desde js/layout.js
let systemStatuses = [];
let searchTimeout = null;
document.addEventListener("DOMContentLoaded", async () => {
let systemStatuses = [];
let searchTimeout = null;