members update

This commit is contained in:
2026-04-30 21:35:23 -04:00
parent 5b21696067
commit 0461bad40f
4 changed files with 89 additions and 13 deletions
+7
View File
@@ -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():