MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / ProxyPoolSourcesRequest

Class ProxyPoolSourcesRequest

app/web/routes.py:81–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80
81@router.post("/api/accounts/{account_id}/captcha")
82def save_captcha(account_id: str, payload: ManualCaptchaRequest):
83 return success(payment_service.save_manual_captcha(account_id, payload))
84
85

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected