From 12bd0690265da9581b4636d65ad00543474aa080 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Tue, 9 Nov 2021 08:05:46 -0800 Subject: [PATCH] Fix typo in FastAPI integration doc --- docs/fastapi_integration.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/fastapi_integration.md b/docs/fastapi_integration.md index 3994155..4808ead 100644 --- a/docs/fastapi_integration.md +++ b/docs/fastapi_integration.md @@ -117,7 +117,6 @@ Next, start the server: Then, in another shell, create a customer: - $ curl -X POST -H 'Content-Length: 0' "http://localhost:8000/customer" $ curl -X POST "http://localhost:8000/customer" -H 'Content-Type: application/json' -d '{"first_name":"Andrew","last_name":"Brookins","email":"a@example.com","age":"38","join_date":"2020 -01-02"}' {"pk":"01FM2G8EP38AVMH7PMTAJ123TA","first_name":"Andrew","last_name":"Brookins","email":"a@example.com","join_date":"2020-01-02","age":38,"bio":""}