Update mcp_server_main.py

This commit is contained in:
saidsurucu
2025-07-13 22:46:30 +03:00
parent c0fe7e1305
commit c10069bcc7
+1 -1
View File
@@ -2417,7 +2417,7 @@ async def check_government_servers_health() -> Dict[str, Any]:
verify=False
) as client:
response = await client.post(
"https://bedesten.adalet.gov.tr/api/search",
"https://bedesten.adalet.gov.tr/emsal-karar/searchDocuments",
json=bedesten_payload
)