Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PIKACHUIM/CFWorkerACME
/ submitSetup
Function
submitSetup
frontend/src/api/system.ts:57–59 ·
view source on GitHub ↗
(payload: SetupPayload)
Source
from the content-addressed store, hash-verified
55
56
/** 提交初始化表单(只可调用一次) */
57
export
async
function
submitSetup(payload: SetupPayload) {
58
return
await
apiPost(
'/setup'
, payload);
59
}
Callers
1
onSubmit
Function · 0.90
Calls
1
apiPost
Function · 0.90
Tested by
no test coverage detected