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

Class

src/users/users.controller.ts:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20@ApiTags('Usuários')
21@Controller('users')
22export class UsersController {
23 private logger = new Logger(UsersController.name);
24
25 constructor(private readonly userServices: UsersService) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected