diff --git a/app.py b/app.py index 57d42a6..7b25c63 100644 --- a/app.py +++ b/app.py @@ -11,7 +11,6 @@ logging.basicConfig( format='%(asctime)s - %(levelname)s - %(message)s' ) -# Simple in-memory database (just a list) products = [ {"id": 1, "name": "Laptop", "price": 5000, "quantity": 10}, {"id": 2, "name": "Mouse", "price": 150, "quantity": 50}