Actualizar servicios2.html

This commit is contained in:
2026-03-22 11:27:52 +00:00
parent 89359905c3
commit c91134793e

View File

@@ -449,9 +449,7 @@
<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';
// API_URL ya se carga mágicamente desde js/layout.js, así que no la repetimos
let localData = [];
let systemStatuses = [];