This commit is contained in:
@ -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]
|
||||
|
||||
Reference in New Issue
Block a user