feature/minio-s3-integration

This commit is contained in:
2026-04-02 13:35:18 -06:00
parent 36424a2e04
commit 9439a6a775
42 changed files with 1930 additions and 558 deletions

View File

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