fastapi-master/fastapi/middleware/trustedhost.py

4 lines
109 B
Python
Raw Normal View History

2024-08-24 12:41:47 +08:00
from starlette.middleware.trustedhost import ( # noqa
TrustedHostMiddleware as TrustedHostMiddleware,
)