Патч
Some checks failed
Build And Push / publish (push) Failing after 6m24s

This commit is contained in:
2025-10-16 16:43:50 +03:00
parent a4239a0c52
commit db48b14ac5

View File

@ -28,8 +28,9 @@ async def get_profile(user: Annotated[User, Depends(login)]):
return await c.vitacore_api.getProfile(user.vita_id)
@router.get('/getDepartments',
# response_model=list[s.DepartmentModel]
@router.get(
'/getDepartments',
response_model=list[s.OrganizationsModel]
)
async def get_departments():
"""