merge
This commit is contained in:
2
main.py
2
main.py
@@ -92,7 +92,7 @@ def fastapi_get_junction_elevation(network: str, junction: str) -> float:
|
||||
def fastapi_get_junction_coord(network: str, junction: str) -> dict[str, float]:
|
||||
return get_junction_coord(network, junction)
|
||||
|
||||
@app.post("/setjunctionelevation/")
|
||||
@app.post("/sje/")
|
||||
def fastapi_set_junction_elevation(network: str, junction: str, elevation: float) -> ChangeSet:
|
||||
return set_junction_elevation(network, junction, elevation)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user