Загрузить файлы в «venv/Lib/site-packages/fastapi/middleware»

This commit is contained in:
2026-07-02 18:19:22 +00:00
parent ea183392b3
commit 3822c4cb45
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from starlette.middleware.trustedhost import ( # noqa
TrustedHostMiddleware as TrustedHostMiddleware,
)

View File

@@ -0,0 +1,3 @@
from starlette.middleware.wsgi import (
WSGIMiddleware as WSGIMiddleware,
) # pragma: no cover # noqa