members update
This commit is contained in:
@@ -795,6 +795,13 @@ def product_rebuild_office():
|
||||
result = OfficeTemplatesService.office_template_rebuild(data)
|
||||
return jsonify(result)
|
||||
|
||||
@api.route('/office/update-profile', methods=['POST'])
|
||||
def member_office_update():
|
||||
# Call the dashboard service
|
||||
data = request.get_json()
|
||||
result = OfficeCustomerService.update_customer_data(data)
|
||||
return jsonify(result)
|
||||
|
||||
|
||||
@api.route('/office/products-templates', methods=['GET'])
|
||||
def get_product_templates():
|
||||
|
||||
Reference in New Issue
Block a user