new update profile
This commit is contained in:
@@ -123,6 +123,13 @@ def merms_account_profile():
|
||||
response = AccountService.process_profile_data(data)
|
||||
return response
|
||||
|
||||
@api.route("/panel/account/profile-update", methods=["POST"])
|
||||
@jwt_required()
|
||||
def merms_account_profile_update():
|
||||
data = request.get_json()
|
||||
response = AccountService.update_profile_data(data)
|
||||
return response
|
||||
|
||||
|
||||
@api.route("/panel/account-bar", methods=["POST"])
|
||||
@jwt_required()
|
||||
|
||||
Reference in New Issue
Block a user