accunt view

This commit is contained in:
CHIEFSOFT\ameye
2025-09-21 08:52:33 -04:00
parent 9809d3e7f3
commit 108aed76c1
+9
View File
@@ -471,6 +471,15 @@ def get_product_templates():
result = OfficeDashboardService.get_office_product_templates(filters)
return jsonify(result)
@api.route('/office/accoint-view', methods=['GET'])
def get_office_accoint_view():
# Call the office account viiew
filters = {
'member_uid': request.args.get('product_id')
}
result = OfficeDashboardService.get_office_product_templates(filters)
return jsonify(result)
@api.route('/office/custom-templates', methods=['GET'])
def get_custom_templates():
# Call the dashboard service