Skip to content

Commit 12bd069

Browse files
author
Andrew Brookins
committed
Fix typo in FastAPI integration doc
1 parent e58ab1b commit 12bd069

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/fastapi_integration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ Next, start the server:
117117

118118
Then, in another shell, create a customer:
119119

120-
$ curl -X POST -H 'Content-Length: 0' "http://localhost:8000/customer"
121120
$ curl -X POST "http://localhost:8000/customer" -H 'Content-Type: application/json' -d '{"first_name":"Andrew","last_name":"Brookins","email":"[email protected]","age":"38","join_date":"2020
122121
-01-02"}'
123122
{"pk":"01FM2G8EP38AVMH7PMTAJ123TA","first_name":"Andrew","last_name":"Brookins","email":"[email protected]","join_date":"2020-01-02","age":38,"bio":""}

0 commit comments

Comments
 (0)