Skip to content

Commit

Permalink
fixing file
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDuPont committed Mar 28, 2024
1 parent 34e24a3 commit af6d669
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/api/v1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,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}

0 comments on commit af6d669

Please sign in to comment.