📝 Update includes for `docs/pt/docs/advanced/wsgi.md` (#12769)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Nimitha J 2024-11-10 22:26:13 +05:30 committed by GitHub
parent 2d524cca14
commit be67605728
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -12,9 +12,7 @@ Em seguinda, encapsular a aplicação WSGI (e.g. Flask) com o middleware.
E então **"montar"** em um caminho de rota.
```Python hl_lines="2-3 23"
{!../../docs_src/wsgi/tutorial001.py!}
```
{* ../../docs_src/wsgi/tutorial001.py hl[2:3,23] *}
## Conferindo