Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PIKACHUIM/CFWorkerACME
/ testCaptcha
Function
testCaptcha
frontend/src/api/adminConfs.ts:38–40 ·
view source on GitHub ↗
(token: string)
Source
from the content-addressed store, hash-verified
36
}
37
38
export
async
function
testCaptcha(token: string) {
39
return
await
apiPost(
'/admin/confs/captcha/test'
, { token });
40
}
Callers
1
doCaptchaTest
Function · 0.90
Calls
1
apiPost
Function · 0.90
Tested by
no test coverage detected