Фиксы
All checks were successful
Build And Push / publish (push) Successful in 1m54s

This commit is contained in:
2025-09-30 12:34:39 +03:00
parent 422adfd503
commit c7f439e48f
3 changed files with 37 additions and 32 deletions

View File

@ -10,8 +10,6 @@ from clients import clients as c
from clients.vitacore import schema as s
from shared.redis import client as cache
from . import mock
logger = getLogger(__name__)
router = APIRouter(
prefix='/user',
@ -229,8 +227,3 @@ async def queue(user: Annotated[bool, Depends(login)]):
'vks_patient_link': None,
'doctor_spec_name': 'врач-терапевт',
}
@router.get('/findPat')
async def find_pat(user: Annotated[str, Depends(login)]):
return mock.findpat[0]