mirror of https://github.com/tiangolo/fastapi.git
📝 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:
parent
2d524cca14
commit
be67605728
|
|
@ -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.
|
E então **"montar"** em um caminho de rota.
|
||||||
|
|
||||||
```Python hl_lines="2-3 23"
|
{* ../../docs_src/wsgi/tutorial001.py hl[2:3,23] *}
|
||||||
{!../../docs_src/wsgi/tutorial001.py!}
|
|
||||||
```
|
|
||||||
|
|
||||||
## Conferindo
|
## Conferindo
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue