mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-07 11:06:41 +00:00
3 lines
109 B
Python
3 lines
109 B
Python
from starlette.middleware.trustedhost import ( # noqa
|
|
TrustedHostMiddleware as TrustedHostMiddleware,
|
|
)
|