Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDuPont committed Mar 28, 2024
1 parent 70a6d74 commit 77110ec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/api/v1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ def read_root():
return {"Hello": "World"}








@app.get("/items/{item_id}")
def read_item(item_id: int, q: Union[str, None] = None):
return {"item_id": item_id, "q": q}
Expand Down

0 comments on commit 77110ec

Please sign in to comment.