mirror of https://github.com/tiangolo/fastapi.git
Update code example inclusion
This commit is contained in:
parent
ba8c0b3ceb
commit
d9615cc720
|
|
@ -84,11 +84,9 @@ This was the final step of the configuration.
|
||||||
|
|
||||||
Finally we come to the actual **FastAPI** code:
|
Finally we come to the actual **FastAPI** code:
|
||||||
|
|
||||||
=== "Python 3.9+"
|
|
||||||
|
|
||||||
```Python hl_lines="112-124 127-129 134"
|
{* ../../docs_src/security/tutorial008_an_py39.py hl[112:124,127:129,134]}
|
||||||
{!> ../../../docs_src/security/tutorial008_an_py39.py!}
|
|
||||||
```
|
|
||||||
|
|
||||||
/// check | some small tweaks necessary?
|
/// check | some small tweaks necessary?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue