mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2025-11-04 19:06:10 +00:00
typos
This commit is contained in:
@@ -12,7 +12,7 @@ from jose import jws, jwk, jwt
|
|||||||
from jose.constants import ALGORITHMS
|
from jose.constants import ALGORITHMS
|
||||||
from starlette.responses import StreamingResponse, JSONResponse
|
from starlette.responses import StreamingResponse, JSONResponse
|
||||||
|
|
||||||
from app.helper import load_key, private_bytes, public_key
|
from helper import load_key, private_bytes, public_key
|
||||||
|
|
||||||
# todo: initialize certificate (or should be done by user, and passed through "volumes"?)
|
# todo: initialize certificate (or should be done by user, and passed through "volumes"?)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user