Skip to content

Commit 3c94608

Browse files
committed
Add exercise for FastAPI chapter. Don't laugh!
1 parent 61c2c0c commit 3c94608

File tree

1 file changed

+1
-1
lines changed
  • days/009-012-modern-apis-with-fastapi

1 file changed

+1
-1
lines changed

days/009-012-modern-apis-with-fastapi/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def some_action():
3333
return {"message": "Hello"}
3434

3535
if __name__ == '__main__':
36-
uvicorn.run(api, port=8001, host="127.0.0.1")
36+
uvicorn.run(api, port=8001, host="127.0.0.1")
3737
```
3838

3939
Incredible how simple these web apps are these days in their bare form.

0 commit comments

Comments
 (0)