From 562005f55cac2acece7aa08bd1c5f969bdbb7aa8 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 5 Jul 2023 11:12:39 +0800 Subject: [PATCH] bugfix --- ahserver/auth_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ahserver/auth_api.py b/ahserver/auth_api.py index 926c78d..a992ad7 100755 --- a/ahserver/auth_api.py +++ b/ahserver/auth_api.py @@ -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):