Add more methods

This commit is contained in:
DingZQ
2022-11-22 00:15:20 +08:00
parent ad96003e8e
commit 110def2c05

View File

@@ -90,7 +90,7 @@ async def fastapi_run_inp(network: str) -> str:
# path is absolute path
@app.get("/dumpoutput/")
async def fastapi_dump_output(output: str) -> str:
return dump_output(output))
return dump_output(output)
@app.get("/isprojectlocked/")
async def fastapi_is_locked(network: str):