Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
MouseAndKeyboard committed Oct 5, 2024
1 parent 87bd341 commit ef4973b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ def read_root():
@app.get("/items/{item_id}")
def read_item(item_id: int):
return {"item_id": item_id}


0 comments on commit ef4973b

Please sign in to comment.