Update exportinp
This commit is contained in:
2
main.py
2
main.py
@@ -83,7 +83,7 @@ async def fastapi_import_inp(network: str, req: Request):
|
|||||||
}
|
}
|
||||||
return import_inp(network, ChangeSet(ps))
|
return import_inp(network, ChangeSet(ps))
|
||||||
|
|
||||||
@app.get("/exportinp/", response_class = PlainTextResponse)
|
@app.get("/exportinp/")
|
||||||
async def fastapi_export_inp(network: str):
|
async def fastapi_export_inp(network: str):
|
||||||
return export_inp(network)
|
return export_inp(network)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user