update app.py
هذا الالتزام موجود في:
1
app.py
1
app.py
@@ -11,7 +11,6 @@ logging.basicConfig(
|
|||||||
format='%(asctime)s - %(levelname)s - %(message)s'
|
format='%(asctime)s - %(levelname)s - %(message)s'
|
||||||
)
|
)
|
||||||
|
|
||||||
# Simple in-memory database (just a list)
|
|
||||||
products = [
|
products = [
|
||||||
{"id": 1, "name": "Laptop", "price": 5000, "quantity": 10},
|
{"id": 1, "name": "Laptop", "price": 5000, "quantity": 10},
|
||||||
{"id": 2, "name": "Mouse", "price": 150, "quantity": 50}
|
{"id": 2, "name": "Mouse", "price": 150, "quantity": 50}
|
||||||
|
المرجع في مشكلة جديدة
حظر مستخدم