diff --git a/production/api/app/oidc/authentication_middleware.py b/production/api/app/oidc/authentication_middleware.py index 74c2b17..acf1b35 100644 --- a/production/api/app/oidc/authentication_middleware.py +++ b/production/api/app/oidc/authentication_middleware.py @@ -4,7 +4,7 @@ from starlette.requests import Request from starlette.responses import Response -from authentication import Authentication, IHttpServiceGet +from .authentication import Authentication, IHttpServiceGet def authentication_middleware(issuer: str,