@@ -83,7 +83,7 @@ async def fastapi_import_inp(network: str, req: Request):
}
return import_inp(network, ChangeSet(ps))
@app.get("/exportinp/")
@app.get("/exportinp/", response_class = PlainTextResponse)
async def fastapi_export_inp(network: str):
return export_inp(network)
The note is not visible to the blocked user.