Merge branch 'test-entity' of https://git.is.ulstu.ru/ElEgEv/EvaluationEfficiencyOptimizationWind into test-entity
This commit is contained in:
commit
a60304ca0f
@ -112,9 +112,6 @@ async def get_turbines_by_park_id(park_id: int, db: Session = Depends(get_db)):
|
|||||||
"""Получить все турбины в ветропарке по ID"""
|
"""Получить все турбины в ветропарке по ID"""
|
||||||
turbines = WindParkRepository.get_turbines_by_park_id(park_id, db)
|
turbines = WindParkRepository.get_turbines_by_park_id(park_id, db)
|
||||||
|
|
||||||
if not turbines:
|
|
||||||
raise HTTPException(status_code=404, detail="Турбины не найдены для данного ветропарка")
|
|
||||||
|
|
||||||
return turbines
|
return turbines
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user