fix
This commit is contained in:
11
http-api/app/middlewares/__init__.py
Normal file
11
http-api/app/middlewares/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from .audit_log_middleware import AuditLogMiddleware
|
||||
from .authentication_middleware import AuthenticationMiddleware, User
|
||||
from .tenant_middelware import Tenant, TenantMiddleware
|
||||
|
||||
__all__ = [
|
||||
'AuthenticationMiddleware',
|
||||
'AuditLogMiddleware',
|
||||
'TenantMiddleware',
|
||||
'User',
|
||||
'Tenant',
|
||||
]
|
||||
Reference in New Issue
Block a user