From cbe213ace38938ab1cfbe27d64be1b3d38cf7052 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Fri, 16 Dec 2022 13:54:55 +0100 Subject: [PATCH] main.py - added todo --- app/main.py | 2 ++ 1 file changed, 2 insertions(+) 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'