Hamid Rasti
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
3 deletions
-
docs/en/docs/advanced/wsgi.md
|
|
@ -12,9 +12,7 @@ Then wrap the WSGI (e.g. Flask) app with the middleware. |
|
|
|
|
|
|
|
And then mount that under a path. |
|
|
|
|
|
|
|
```Python hl_lines="2-3 23" |
|
|
|
{!../../docs_src/wsgi/tutorial001.py!} |
|
|
|
``` |
|
|
|
{* ../../docs_src/wsgi/tutorial001.py hl[2:3,3] *} |
|
|
|
|
|
|
|
## Check it |
|
|
|
|
|
|
|