forked from oscar.krause/fastapi-dls
main.py - added todo
This commit is contained in:
parent
ca76ab03bb
commit
cbe213ace3
@ -13,6 +13,8 @@ from starlette.responses import StreamingResponse, JSONResponse
|
|||||||
|
|
||||||
from app.helper import load_key, private_bytes, public_key
|
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()
|
app = FastAPI()
|
||||||
|
|
||||||
URL = '192.168.178.196'
|
URL = '192.168.178.196'
|
||||||
|
Loading…
Reference in New Issue
Block a user