(
private userService: UserService,
)
| 8 | @Controller('api/user') |
| 9 | export class UserController { |
| 10 | constructor( |
| 11 | private userService: UserService, |
| 12 | ) { |
| 13 | |
| 14 | } |
| 15 | /** |
| 16 | * 获取用户信息 |
| 17 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected