update routes

This commit is contained in:
CHIEFSOFT\ameye
2025-10-08 13:01:27 -04:00
parent 825d4c0438
commit 08337f1dbd
2 changed files with 45 additions and 0 deletions
+9
View File
@@ -527,6 +527,15 @@ def get_product_view_office():
result = OfficeDashboardService.get_office_product_detail(filters)
return jsonify(result)
@api.route('/office/product-update', methods=['POST'])
def get_product_update_office():
# Call the dashboard service
data = request.get_json()
result = OfficeDashboardService.get_office_product_update(data)
return jsonify(result)
@api.route('/office/products-templates', methods=['GET'])
def get_product_templates():
# Call the dashboard service