Add API getallburstlocateresults
This commit is contained in:
6
main.py
6
main.py
@@ -2245,6 +2245,12 @@ async def fastapi_get_all_sensor_placements(network: str) -> list[dict[Any, Any]
|
||||
return get_all_sensor_placements(network)
|
||||
|
||||
|
||||
############################################################
|
||||
# burst_locate_result 43
|
||||
############################################################
|
||||
@app.get('/getallburstlocateresults/')
|
||||
async def fastapi_get_all_burst_locate_results(network: str) -> list[dict[Any, Any]]:
|
||||
return get_all_burst_locate_results(network)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user