Implementacion de sistema distribuido de boton de ayuda

This commit is contained in:
2026-02-18 14:25:24 -06:00
parent bbe74906ec
commit 62315e5b24
20 changed files with 1305 additions and 35 deletions

View File

@@ -20,6 +20,7 @@ class TenantMiddleware(BaseHTTPMiddleware):
"/api/health",
"/api/",
"/uploads",
"/api/v1/core/help-center",
]
path = request.url.path
@@ -74,6 +75,7 @@ class LicenseValidationMiddleware(BaseHTTPMiddleware):
"/api/v1/status",
"/api/health",
"/api/",
"/api/v1/core/help-center",
]
# Verificar si la ruta está exenta (comparación exacta o prefijo)