diff --git a/app/main.py b/app/main.py index 4c2cff1..ce58354 100644 --- a/app/main.py +++ b/app/main.py @@ -13,6 +13,8 @@ from starlette.responses import StreamingResponse, JSONResponse from app.helper import load_key, private_bytes, public_key +# todo: initialize certificate (or should be done by user, and passed through "volumes"?) + app = FastAPI() URL = '192.168.178.196'