Implementacion de sistema distribuido de boton de ayuda
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user