feature/minio-s3-integration
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user