MCPcopy Create free account
hub / github.com/chunshand/qdev / constructor

Method constructor

serve/src/app/api/user/user.controller.ts:10–14  ·  view source on GitHub ↗
(
        private userService: UserService,
    )

Source from the content-addressed store, hash-verified

8@Controller('api/user')
9export class UserController {
10 constructor(
11 private userService: UserService,
12 ) {
13
14 }
15 /**
16 * 获取用户信息
17 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected