fix files
This commit is contained in:
@@ -232,6 +232,12 @@ def merms_account_profile_update():
|
||||
response = AccountService.update_profile_data(data)
|
||||
return response
|
||||
|
||||
@api.route("/panel/account/profilelinks-update", methods=["POST"])
|
||||
@jwt_required()
|
||||
def merms_account_profile_links_update():
|
||||
data = request.get_json()
|
||||
response = AccountService.update_profile_link_data(data)
|
||||
return response
|
||||
|
||||
@api.route("/panel/account-bar", methods=["POST"])
|
||||
@jwt_required()
|
||||
|
||||
Reference in New Issue
Block a user