blocked duplicate emsil
This commit is contained in:
@@ -86,7 +86,7 @@ def merms_login():
|
||||
@jwt_required()
|
||||
def merms_register():
|
||||
data = request.get_json()
|
||||
response = RegisterService.process_request(data)
|
||||
response = RegisterService.start_account_register(data)
|
||||
return response
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user