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