修改bug

This commit is contained in:
wcq 2023-02-10 09:35:25 +08:00
parent b5a14ba046
commit 1faffea264
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ from sqlalchemy.orm import Session
from Schemas import AuthRuleSchemas from Schemas import AuthRuleSchemas
from Crud import AuthRuleCrud from Crud import AuthRuleCrud
from Utils.AuthUtils import admin_auth_token_depend
from Utils.SqlAlchemyUtils import get_db from Utils.SqlAlchemyUtils import get_db
router = APIRouter( router = APIRouter(