bugfix
This commit is contained in:
parent
70a713a8ed
commit
d3a95abfe4
@ -59,7 +59,7 @@ class AuthAPI(AppLogger):
|
|||||||
# print(f'**{path} forbidden**')
|
# print(f'**{path} forbidden**')
|
||||||
raise web.HTTPForbidden()
|
raise web.HTTPForbidden()
|
||||||
|
|
||||||
async def checkUserPermission(user, path):
|
async def checkUserPermission(self, user, path):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
async def needAuth(self,path):
|
async def needAuth(self,path):
|
||||||
|
Loading…
Reference in New Issue
Block a user