update routes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user