fix url name

This commit is contained in:
CHIEFSOFT\ameye
2025-09-22 12:05:59 -04:00
parent d6c7da9233
commit 411b7a8b2d
+1 -1
View File
@@ -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 = {