mirror of https://github.com/tiangolo/fastapi.git
Update first-steps.md
This commit is contained in:
parent
df163b0458
commit
631de55a3a
|
|
@ -4,14 +4,11 @@
|
|||
```Python
|
||||
{!../../../docs_src/first_steps/tutorial001.py!}
|
||||
```
|
||||
|
||||
لطفاً کد زیر را در یک فایل با نام main.py قرار دهید.
|
||||
|
||||
برای اجرا به صورت live server ، کد را اجرا کنید.
|
||||
|
||||
|
||||
<div class="termy">
|
||||
|
||||
|
||||
```console
|
||||
$ uvicorn main:app --reload
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue