We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743e5d0 commit 00ebe6fCopy full SHA for 00ebe6f
backend/app/api/routes/threads.py
@@ -15,7 +15,6 @@ def send_callback(callback_url: str, data: dict):
15
"""Send results to the callback URL (synchronously)."""
16
try:
17
session = requests.Session()
18
- session.verify = False
19
response = session.post(callback_url, json=data)
20
response.raise_for_status()
21
return True
0 commit comments