diff --git a/backend/app/routers/files.py b/backend/app/routers/files.py index d4276e0ce..a9eaf678d 100644 --- a/backend/app/routers/files.py +++ b/backend/app/routers/files.py @@ -555,7 +555,6 @@ async def post_file_extract( # parameters don't have a fixed model shape parameters: dict = None, user=Depends(get_current_user), - credentials: HTTPAuthorizationCredentials = Security(security), rabbitmq_client: BlockingChannel = Depends(dependencies.get_rabbitmq), allow: bool = Depends(FileAuthorization("uploader")), ): diff --git a/openapi.json b/openapi.json index 849fee1f2..c01697098 100644 --- a/openapi.json +++ b/openapi.json @@ -3465,9 +3465,6 @@ }, { "APIKeyCookie": [] - }, - { - "HTTPBearer": [] } ] }