MCPcopy Create free account
hub / github.com/coderwhy/coderhub /

Class

src/controller/user.controller.js:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8class UserController {
9 async create(ctx, next) {
10 // 获取用户请求传递的参数
11 const user = ctx.request.body;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected