bugfix
This commit is contained in:
parent
c952445421
commit
562005f55c
@ -16,6 +16,7 @@ class AuthAPI(AppLogger):
|
||||
self.conf = getConfig()
|
||||
|
||||
async def checkUserPermission(self, user, path):
|
||||
print('************* checkUserPermission() use default one ****************')
|
||||
return True
|
||||
|
||||
def getPrivateKey(self):
|
||||
|
Loading…
Reference in New Issue
Block a user