all products

This commit is contained in:
CHIEFSOFT\ameye
2025-06-24 19:07:32 -04:00
parent 81def4420c
commit 3e0f462946
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class ProductsService(BaseService):
# Simulate processing
response_data = {
"data": data.fetchall(),
"data": data,
"member_id": 0,
"uid": 0,
}
+1 -1
View File
@@ -46,7 +46,7 @@ class Products(db.Model):
# id > 0
# ).all()
#
product_list = cls.query.all()
product_list = cls.query.all()
return product_list