fix: HTTPS en API URL

This commit is contained in:
desoladorxx
2026-07-22 17:17:26 -05:00
parent fe6296a07d
commit db1ad00c5d
6 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
# Plantilla de variables de entorno para el Frontend (React + Vite)
# En producción o desarrollo, reemplazar con la URL correspondiente del backend
VITE_API_BASE_URL=http://api-leads.escueladerefrigeracion.lat
VITE_API_URL=https://api-leads.escueladerefrigeracion.lat
VITE_API_BASE_URL=https://api-leads.escueladerefrigeracion.lat