bugfix: falscher name
parent
cc71cbba2d
commit
2508b34ceb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue