dev #5

Merged
sergey merged 33 commits from dev into main 2024-10-11 07:57:44 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit eca4cddf59 - Show all commits

View File

@ -7,6 +7,11 @@ from config import conf
from auth import verify_user_pwd from auth import verify_user_pwd
from typing import TYPE_CHECKING
if TYPE_CHECKING:
from fastapi.security import HTTPBasicCredentials
router = APIRouter() router = APIRouter()