Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.7k
Comments
📝 Update Deta deployment tutorial for compatibility with Deta Space#6004
📝 Update Deta deployment tutorial for compatibility with Deta Space#6004tiangolo merged 23 commits intofastapi:masterfrom
Conversation
📝 Docs preview for commit0b1015d at:https://63ed3437f56a5a0b8b5107a3--fastapi.netlify.app |
sudo-subg commentedFeb 15, 2023
WIP / draft |
Ryandaydev commentedFeb 19, 2023
Are there any tests associated with this PR? |
sudo-subg commentedFeb 21, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
docs/en/docs/deployment/deta.md Outdated
| @app.get("/items/{item_id}") | ||
| def read_item(item_id: int): | ||
| print({"item_id": item_id}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
| print({"item_id": item_id}) | |
| print({"item_id": item_id}) |
Update deta.md
📝 Docs preview for commit1338fc5 at:https://63f78a8c1643cf265e41d8e8--fastapi.netlify.app |
docs/en/docs/deployment/deta.md Outdated
| @app.get("/items/{item_id}") | ||
| def read_item(item_id: int): | ||
| async def read_item(item_id: int): | ||
| print({"item_id": item_id}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
would remove
📝 Docs preview for commitc6052d1 at:https://63fe05f5e66d1b1476d2cae2--fastapi.netlify.app |
📝 Docs preview for commitaaa48cf at:https://63fe1fd1421e2c0d783763a7--fastapi.netlify.app |
📝 Docs preview for commit904b621 at:https://63fe41853295e9147523ff47--fastapi.netlify.app |
📝 Docs preview for commit6cafe99 at:https://63fe739d3295e93fb3240118--fastapi.netlify.app |
📝 Docs preview for commitfdb61b9 at:https://63fefcb7d08d5446ade7f581--fastapi.netlify.app |
📝 Docs preview for commit0d65d03 at:https://641aea09031a44054a70c337--fastapi.netlify.app |
📝 Docs preview for commit1287683 at:https://643955486ac93f00770378d2--fastapi.netlify.app |
📝 Docs preview for commit6bd7fe2 at:https://6458e3861db33321daa14ef6--fastapi.netlify.app |
📝 Docs preview for commit4216a16 at:https://6458ea680554c8318143eb7d--fastapi.netlify.app |
tiangolo commentedMay 8, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Thanks@mikBighne98! 🍰 I tweaked the docs a bit, fixed a couple of things, updated a couple others for consistency, renamed the images to keep the old ones for the translations, and fixed the console outputs, this is ready! 🚀 |
sudo-subg commentedMay 8, 2023
Thank you for reviewing and merging the PR,@tiangolo 🙂 |
No description provided.