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

Function legacy_index

app/web/routes.py:51–52  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

49
50
51@router.post("/api/accounts/import")
52def import_account(payload: AccountImportRequest):
53 return success(payment_service.import_account(payload))
54
55

Callers

nothing calls this directly

Calls 1

render_legacy_indexFunction · 0.85

Tested by

no test coverage detected