We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e1abc5 commit a6ef528Copy full SHA for a6ef528
1 file changed
backend/app.py
@@ -26,7 +26,6 @@
26
27
28
async def get_api_key(header_key: str = Security(api_key_header)):
29
- print(header_key)
30
if header_key == API_KEY:
31
return header_key
32
raise HTTPException(
0 commit comments