Change operationId to operationid
This commit is contained in:
4
main.py
4
main.py
@@ -95,8 +95,8 @@ async def fastapi_get_current_operaiton_id(network: str) -> int:
|
|||||||
return get_current_operation(network)
|
return get_current_operation(network)
|
||||||
|
|
||||||
@app.get("/syncwithserver/")
|
@app.get("/syncwithserver/")
|
||||||
def fastapi_sync_with_server(network: str, operationId: int) -> ChangeSet:
|
def fastapi_sync_with_server(network: str, operationid: int) -> ChangeSet:
|
||||||
return sync_with_server(network, operationId)
|
return sync_with_server(network, operationid)
|
||||||
|
|
||||||
# node
|
# node
|
||||||
@app.get("/getnodes/")
|
@app.get("/getnodes/")
|
||||||
|
|||||||
Reference in New Issue
Block a user