mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-08 03:26:48 +00:00
📝 Fix incorrect example in docs - first steps (#511)
This commit is contained in:
parent
96f092179f
commit
d5d9a20937
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ Open your browser at <a href="http://127.0.0.1:8000" target="_blank">http://127.
|
|||
You will see the JSON response as:
|
||||
|
||||
```JSON
|
||||
{"hello": "world"}
|
||||
{"message": "Hello World"}
|
||||
```
|
||||
|
||||
### Interactive API docs
|
||||
|
|
|
|||
Loading…
Reference in a new issue