Update first-steps.md

This commit is contained in:
mojtaba 2024-03-29 12:44:50 +03:30 committed by GitHub
parent df163b0458
commit 631de55a3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -4,14 +4,11 @@
```Python
{!../../../docs_src/first_steps/tutorial001.py!}
```
لطفاً کد زیر را در یک فایل با نام main.py قرار دهید.
برای اجرا به صورت live server ، کد را اجرا کنید.
<div class="termy">
```console
$ uvicorn main:app --reload