We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97119b9 commit 7b3c983Copy full SHA for 7b3c983
2 files changed
backend/app/routers/files.py
@@ -555,7 +555,6 @@ async def post_file_extract(
555
# parameters don't have a fixed model shape
556
parameters: dict = None,
557
user=Depends(get_current_user),
558
- credentials: HTTPAuthorizationCredentials = Security(security),
559
rabbitmq_client: BlockingChannel = Depends(dependencies.get_rabbitmq),
560
allow: bool = Depends(FileAuthorization("uploader")),
561
):
openapi.json
@@ -3465,9 +3465,6 @@
3465
},
3466
{
3467
"APIKeyCookie": []
3468
- },
3469
- {
3470
- "HTTPBearer": []
3471
}
3472
]
3473
0 commit comments