diff --git a/backend/app/main.py b/backend/app/main.py index f11e137..9aaedb9 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -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")