Add link type information for link

This commit is contained in:
DingZQ
2024-12-27 20:13:39 +08:00
parent 97b69eb5d0
commit 17b47da6ea
2 changed files with 5 additions and 5 deletions

View File

@@ -1404,7 +1404,7 @@ async def fastapi_get_network_coords(network: str) -> list[str] | None:
return result
# DingZQ, 2024-12-08, get all links' start and end node
# link_id:node_id1:node_id2
# link_id:link_type:node_id1:node_id2
@app.get("/getnetworklinknodes/")
async def fastapi_get_network_link_nodes(network: str) -> list[str] | None:
return get_network_link_nodes(network)