Skip to content

Commit

Permalink
chore: change endpoint to register
Browse files Browse the repository at this point in the history
  • Loading branch information
jrriehl committed Dec 5, 2024
1 parent 91fcc5c commit d9fa362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/uagents/mailbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async def register_in_agentverse(
challenge = ChallengeResponse.model_validate_json(await resp.text())

# response to challenge with signature to get token
prove_url = f"{agentverse.url}/v1/auth/prove"
prove_url = f"{agentverse.url}/v1/auth/register"
if request.agent_type == "proxy":
endpoints = [AgentEndpoint(url=f"{agentverse.url}/v1/proxy", weight=1)]
async with session.post(
Expand Down

0 comments on commit d9fa362

Please sign in to comment.