Skip to content

Commit

Permalink
docs: add comment of / api
Browse files Browse the repository at this point in the history
  • Loading branch information
aa35037123 committed May 15, 2024
1 parent 43e84cd commit 335cce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

app = FastAPI()


# API for the initail page
@app.get("/")
def read_root():
return {"Hello": "World"}
Expand Down

0 comments on commit 335cce9

Please sign in to comment.