cambio de puerto

This commit is contained in:
unknown
2026-06-13 12:30:41 -04:00
parent fa05ae3754
commit 8ff8b3a459
4 changed files with 5 additions and 5 deletions

View File

@@ -111,14 +111,14 @@ curl http://localhost:4000/api/health
Debe responder `"version": "1.2.0"` y `"features": ["historial-gestiones", "cierre-gestion", ...]`.
En el navegador (`http://IP-DEL-SERVIDOR`):
En el navegador (`http://IP-DEL-SERVIDOR:8080`):
- Pestaña **Administración** (solo usuario JEFE) → sección **Cierre de gestión**
- Cada planilla tiene **barra lateral** con gestiones anteriores (solo lectura)
- Al pie: **Don Marco v1.2.0 — Historial de gestiones (Docker)**
### Acceso en la red
- **Web:** `http://IP-DEL-SERVIDOR` (puerto 80)
- **Web:** `http://IP-DEL-SERVIDOR:8080` (puerto 8080; el 80 queda libre para otras apps)
- **API:** `http://IP-DEL-SERVIDOR:4000/api/health`
### Cierre de gestión (solo JEFE)