MCPcopy 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
38export async function testCaptcha(token: string) {
39 return await apiPost('/admin/confs/captcha/test', { token });
40}

Callers 1

doCaptchaTestFunction · 0.90

Calls 1

apiPostFunction · 0.90

Tested by

no test coverage detected