account-bar
This commit is contained in:
@@ -81,7 +81,7 @@ def merms_account():
|
||||
response = AccountService.process_request(data)
|
||||
return response
|
||||
|
||||
@api.route("/panel/Account/bar", methods=["POST"])
|
||||
@api.route("/panel/account-bar", methods=["POST"])
|
||||
@jwt_required()
|
||||
def merms_account_bar():
|
||||
data = request.get_json()
|
||||
|
||||
Reference in New Issue
Block a user