bugfix: falscher name

This commit is contained in:
mmaurostoffel 2025-01-09 14:49:03 +01:00
parent cc71cbba2d
commit 2508b34ceb

View File

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