mirror of https://github.com/tiangolo/fastapi.git
Remove code examples for Python 3.8 in `static_files`
This commit is contained in:
parent
7a8bb7c898
commit
1cf8ab14e3
|
|
@ -7,7 +7,7 @@ You can serve static files automatically from a directory using `StaticFiles`.
|
|||
* Import `StaticFiles`.
|
||||
* "Mount" a `StaticFiles()` instance in a specific path.
|
||||
|
||||
{* ../../docs_src/static_files/tutorial001.py hl[2,6] *}
|
||||
{* ../../docs_src/static_files/tutorial001_py39.py hl[2,6] *}
|
||||
|
||||
/// note | Technical Details
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue