Fixed
This commit is contained in:
2
main.py
2
main.py
@@ -155,7 +155,7 @@ async def fastapi_pick_snapeshot(network: str, snapshot: str)-> ChangeSet:
|
|||||||
async def fastapi_pick_operation(network: str, operation: int) -> ChangeSet:
|
async def fastapi_pick_operation(network: str, operation: int) -> ChangeSet:
|
||||||
return pick_operation(network, operation)
|
return pick_operation(network, operation)
|
||||||
|
|
||||||
@app.get("/getrestoreopeation/")
|
@app.get("/getrestoreoperation/")
|
||||||
async def fastapi_get_restore_operation(network : str) -> int:
|
async def fastapi_get_restore_operation(network : str) -> int:
|
||||||
return get_restore_operation(network)
|
return get_restore_operation(network)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user