MCPcopy Create free account
hub / github.com/SOS-RS/backend / constructor

Method constructor

src/users/users.controller.ts:25–25  ·  view source on GitHub ↗
(private readonly userServices: UsersService)

Source from the content-addressed store, hash-verified

23 private logger = new Logger(UsersController.name);
24
25 constructor(private readonly userServices: UsersService) {}
26
27 @Post('')
28 @ApiBearerAuth()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected