Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaXH/korct
/ insertUser
Method
insertUser
controller/Demo.ts:20–22 ·
view source on GitHub ↗
(@request() user: CommonObj)
Source
from the content-addressed store, hash-verified
18
19
@PostMapping(
'/add-user'
)
20
async
insertUser(@request() user: CommonObj): Promise<CommonObj> {
21
return
this.userService.insertUser(user);
22
}
23
}
Callers
nothing calls this directly
Calls
1
request
Function · 0.90
Tested by
no test coverage detected