Fix failure

This commit is contained in:
2026-02-15 19:12:06 +01:00
parent da7e1375fe
commit 3a0aa50c0f

View File

@@ -73,7 +73,7 @@ def prices():
@app.get("/prices/{item}")
def price_for_item(item: str):
return random_price(item);
return random_price(item)
@app.get("/builds")