We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befd9b0 commit 04fabb3Copy full SHA for 04fabb3
content/guides/python/develop.md
@@ -427,7 +427,7 @@ Let's create an object with a post method
427
428
```console
429
$ curl -X 'POST' \
430
- 'http://0.0.0.0:8001/heroes/' \
+ 'http://localhost:8001/heroes/' \
431
-H 'accept: application/json' \
432
-H 'Content-Type: application/json' \
433
-d '{
@@ -453,7 +453,7 @@ Let's make a get request with the next curl command:
453
454
455
curl -X 'GET' \
456
457
-H 'accept: application/json'
458
```
459
0 commit comments