Fix failure
This commit is contained in:
@@ -73,7 +73,7 @@ def prices():
|
|||||||
|
|
||||||
@app.get("/prices/{item}")
|
@app.get("/prices/{item}")
|
||||||
def price_for_item(item: str):
|
def price_for_item(item: str):
|
||||||
return random_price(item);
|
return random_price(item)
|
||||||
|
|
||||||
|
|
||||||
@app.get("/builds")
|
@app.get("/builds")
|
||||||
|
|||||||
Reference in New Issue
Block a user