Refine
This commit is contained in:
2
main.py
2
main.py
@@ -1353,7 +1353,7 @@ async def fastapi_get_all_vertex_links(network: str) -> list[str]:
|
||||
return json.dumps(get_all_vertex_links(network))
|
||||
|
||||
@app.get('/getallvertices/', response_class = PlainTextResponse)
|
||||
async def get_all_vertices(network: str) -> list[dict[str, Any]]:
|
||||
async def fastapi_get_all_vertices(network: str) -> list[dict[str, Any]]:
|
||||
return json.dumps(get_all_vertices(network))
|
||||
|
||||
############################################################
|
||||
|
||||
344
tjnetwork.py
344
tjnetwork.py
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user