bugfix: falscher name

main
mmaurostoffel 2025-01-09 14:49:03 +01:00
parent cc71cbba2d
commit 2508b34ceb
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ def properties_geo():
return d.properties_geo().pl().to_dicts() return d.properties_geo().pl().to_dicts()
@app.get("/property/{id}/neighbours") @app.get("/property/{id}/neighbours")
def property_extractions(id: int): def property_neighbours(id: int):
capacities = etl_pn.property_neighbours(id) capacities = etl_pn.property_neighbours(id)
return capacities return capacities