summaryrefslogtreecommitdiff
path: root/app/modules/products
diff options
context:
space:
mode:
Diffstat (limited to 'app/modules/products')
-rw-r--r--app/modules/products/routes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/modules/products/routes.py b/app/modules/products/routes.py
index 735fef9..369c801 100644
--- a/app/modules/products/routes.py
+++ b/app/modules/products/routes.py
@@ -13,7 +13,7 @@ products = Blueprint("products", __name__)
@products.route("/modules/products")
@login_required
-def list():
+def view():
modules = Module.query.all()
prods = Product.query.order_by(Product.primary_key.desc())
module = "products"
Copyright 2019--2024 Marius PETER