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)
|
||||
|
||||
@app.get("/syncwithserver/")
|
||||
def fastapi_sync_with_server(network: str, operationId: int) -> ChangeSet:
|
||||
return sync_with_server(network, operationId)
|
||||
def fastapi_sync_with_server(network: str, operationid: int) -> ChangeSet:
|
||||
return sync_with_server(network, operationid)
|
||||
|
||||
# node
|
||||
@app.get("/getnodes/")
|
||||
|
||||
Reference in New Issue
Block a user