Skip to content

Commit

Permalink
refactor: Rename function root to get_root
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed Aug 14, 2022
1 parent 01e033a commit d3effe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testbench_tuna/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


@app.get("/")
async def root():
async def get_root():
return {"message": "Hello World"}


Expand Down

0 comments on commit d3effe5

Please sign in to comment.