Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codingapi/springboot-framework
/ schema
Function
schema
admin-ui/src/api/flow.ts:35–37 ·
view source on GitHub ↗
(body: any)
Source
from the content-addressed store, hash-verified
33
}
34
35
export
async
function
schema(body: any) {
36
return
post(
'/api/cmd/flowWork/schema'
, body);
37
}
38
39
// 流程控制
40
Callers
1
handlerSchema
Function · 0.90
Calls
1
post
Function · 0.90
Tested by
no test coverage detected