Actualizar servicios2.html
This commit is contained in:
@@ -449,9 +449,7 @@
|
|||||||
|
|
||||||
<script src="js/layout.js"></script>
|
<script src="js/layout.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const API_URL = window.location.hostname === 'localhost' || window.location.hostname === '127.0.0.1'
|
// API_URL ya se carga mágicamente desde js/layout.js, así que no la repetimos
|
||||||
? 'http://localhost:3000'
|
|
||||||
: 'https://integrarepara-api.integrarepara.es';
|
|
||||||
|
|
||||||
let localData = [];
|
let localData = [];
|
||||||
let systemStatuses = [];
|
let systemStatuses = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user