Fxied name error
This commit is contained in:
2
main.py
2
main.py
@@ -1441,7 +1441,7 @@ async def fastapi_clean_scada_device_data(network: str) -> ChangeSet:
|
|||||||
############################################################
|
############################################################
|
||||||
# scada_element 31
|
# scada_element 31
|
||||||
############################################################
|
############################################################
|
||||||
@app.get('/getscadadevicedataschema/')
|
@app.get('/getscadaelementschema/')
|
||||||
async def fastapi_get_scada_element_schema(network: str) -> dict[str, dict[str, Any]]:
|
async def fastapi_get_scada_element_schema(network: str) -> dict[str, dict[str, Any]]:
|
||||||
return get_scada_element_schema(network)
|
return get_scada_element_schema(network)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user