完善推理模块的主体功能
This commit is contained in:
@ -5,7 +5,7 @@ from jwt import PyJWTError
|
||||
from app.common import reponse_code as rc
|
||||
from app.common import jwt_check as jc
|
||||
|
||||
green = ['/login', '/view_img', 'view_thumb']
|
||||
green = ['/login', '/view_img', 'view_thumb', 'view_detect_img', 'view_detect_thumb', 'view_log_img']
|
||||
|
||||
|
||||
def check_green(s: str):
|
||||
|
Reference in New Issue
Block a user