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