Skip to content

Commit

Permalink
refactor: refactor codebase for improved performance and clarity
Browse files Browse the repository at this point in the history
- Change the return value in `read_root` function from `{"Hello": "World"}` to `{"Hello01": "World01"}`

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Jun 21, 2024
1 parent d81ca16 commit 650a037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homework03/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

@app.get("/")
def read_root():
return {"Hello": "World"}
return {"Hello01": "World01"}

0 comments on commit 650a037

Please sign in to comment.