mirror of
https://github.com/fastapi/fastapi.git
synced 2026-02-02 10:21:17 -05:00
4 lines
115 B
Python
4 lines
115 B
Python
from starlette.middleware.httpsredirect import ( # noqa
|
|
HTTPSRedirectMiddleware as HTTPSRedirectMiddleware,
|
|
)
|