From 411b7a8b2dc8efe2fc1062d932ad76c2493a254f Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 22 Sep 2025 12:05:59 -0400 Subject: [PATCH] fix url name --- app/api/routes/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/routes/routes.py b/app/api/routes/routes.py index 60d770a..1db4462 100644 --- a/app/api/routes/routes.py +++ b/app/api/routes/routes.py @@ -459,7 +459,7 @@ def get_product_office(): result = OfficeDashboardService.get_office_products(filters) return jsonify(result) -@api.route('/office/product-templates', methods=['GET']) +@api.route('/office/products-templates', methods=['GET']) def get_product_templates(): # Call the dashboard service filters = {