removed sample endpoint
This commit is contained in:
parent
f4abef1ed6
commit
698ccf14f2
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user