mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-19 07:59:34 +00:00
Revert update check API endpoint from tapi.agent-zero.ai back to api.agent-zero.ai
This commit is contained in:
parent
c4e2d9c5d5
commit
a1dd5f7bd1
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ async def check_version():
|
|||
|
||||
anonymized_id = hashlib.sha256(runtime.get_persistent_id().encode()).hexdigest()[:20]
|
||||
|
||||
url = "https://tapi.agent-zero.ai/a0-update-check"
|
||||
url = "https://api.agent-zero.ai/a0-update-check"
|
||||
payload = {"current_version": current_version, "anonymized_id": anonymized_id}
|
||||
async with httpx.AsyncClient() as client:
|
||||
response = await client.post(url, json=payload)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue