MCPcopy Create free account
hub / github.com/Datakitpage/Datakit /

Class

backend/api/src/users/users.controller.ts:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18@Controller('users')
19@UseInterceptors(ClassSerializerInterceptor)
20export class UsersController {
21 constructor(private readonly usersService: UsersService) {}
22
23 @UseGuards(JwtAuthGuard)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected