This commit is contained in:
CHIEFSOFT\ameye
2025-06-23 17:53:38 -04:00
parent 6cb2248af0
commit 25d901e40c
2 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ def merms_account():
@jwt_required()
def merms_account_bar():
data = request.get_json()
response = AccountService.process_request(data)
response = AccountService.process_bar_request(data)
return response
@api.route("/panel/Account/actions", methods=["POST"])