Патч
All checks were successful
Build And Push / publish (push) Successful in 6m18s

This commit is contained in:
2025-10-16 16:50:54 +03:00
parent db48b14ac5
commit 265d4b31aa

View File

@ -28,10 +28,7 @@ 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.OrganizationsModel]
)
@router.get('/getDepartments', response_model=list[s.OrganizationsModel])
async def get_departments():
"""
Get list of departments.