removed sample endpoint

This commit is contained in:
n 2025-05-01 05:13:51 +01:00
parent f4abef1ed6
commit 698ccf14f2

View File

@ -44,7 +44,3 @@ def read_callback(code: str, state: str):
}
response = requests.post("https://api.monzo.com/oauth2/token", data=data)
return response.json()
@app.get("/items/{item_id}")
def read_item(item_id: int, q: Union[str, None] = None):
return {"item_id": item_id, "q": q}