@@ -14,7 +14,7 @@ def get_products():
return products
@app.get("/products/{productid}")
def get_product(productid:str):
def get_product(productid: str):
with open("products.json", "r") as file:
products = json.load(file)
The note is not visible to the blocked user.