Minor change for logging activity
This commit is contained in:
parent
ef0e47d7f5
commit
4c1107979f
@ -430,7 +430,7 @@ class auth:
|
||||
return response
|
||||
|
||||
def logout(self, params):
|
||||
APIADDR = "/logout"
|
||||
APIADDR = "/api/auth/logout"
|
||||
loggorilla.prcss(APIADDR, "Define parameters")
|
||||
response = {}
|
||||
jwt = params["jwt" ]
|
||||
|
Loading…
Reference in New Issue
Block a user