mirror of https://github.com/tiangolo/fastapi.git
📝 Fix incorrect example in docs - first steps (#511)
This commit is contained in:
parent
96f092179f
commit
d5d9a20937
|
|
@ -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 New Issue