main.py - added todo

This commit is contained in:
Oscar Krause 2022-12-16 13:54:55 +01:00
parent ca76ab03bb
commit cbe213ace3
1 changed files with 2 additions and 0 deletions

View File

@ -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'