Browse Source

Remove `WSGIMiddleware` from API reference

pull/14756/head
Yurii Motov 6 months ago
parent
commit
ef76935b10
  1. 8
      docs/en/docs/reference/middleware.md

8
docs/en/docs/reference/middleware.md

@ -35,11 +35,3 @@ It can be imported from `fastapi`:
```python ```python
from fastapi.middleware.trustedhost import TrustedHostMiddleware from fastapi.middleware.trustedhost import TrustedHostMiddleware
``` ```
::: fastapi.middleware.wsgi.WSGIMiddleware
It can be imported from `fastapi`:
```python
from fastapi.middleware.wsgi import WSGIMiddleware
```

Loading…
Cancel
Save