Actualizar index.html
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<script>
|
||||
// --- ESTADO ---
|
||||
const API_URL = ""; // Dejar vacío si está en el mismo dominio, o poner http://localhost:3000
|
||||
const API_URL = "https://integrarepara-api.integrarepara.es";
|
||||
let state = {
|
||||
token: localStorage.getItem('token') || null,
|
||||
tempPhone: null // Para recordar el telf al verificar
|
||||
|
||||
Reference in New Issue
Block a user