account view
This commit is contained in:
@@ -474,6 +474,8 @@ def get_product_templates():
|
||||
@api.route('/office/account-view', methods=['GET'])
|
||||
def get_office_accoint_view():
|
||||
# Call the office account viiew
|
||||
logger.info('API::get office account view')
|
||||
|
||||
filters = {
|
||||
'member_uid': request.args.get('member_uid')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user