mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2024-11-21 22:08:48 +00:00
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
|
||||
|
||||
# todo: initialize certificate (or should be done by user, and passed through "volumes"?)
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
URL = '192.168.178.196'
|
||||
|
Loading…
Reference in New Issue
Block a user