event and service sendpoints added
This commit is contained in:
@@ -304,7 +304,9 @@ def authentication_token_check_post(
|
||||
status_code=status.HTTP_406_NOT_ACCEPTABLE,
|
||||
headers=headers,
|
||||
)
|
||||
if AuthHandlers.LoginHandler.authentication_check_token_valid(domain=domain,access_token=token):
|
||||
if AuthHandlers.LoginHandler.authentication_check_token_valid(
|
||||
domain=domain, access_token=token
|
||||
):
|
||||
return JSONResponse(
|
||||
content={"message": "MSG_0001"},
|
||||
status_code=status.HTTP_202_ACCEPTED,
|
||||
|
||||
Reference in New Issue
Block a user