MCPcopy Create free account
hub / github.com/chainjet/platform /

Class

apps/api/src/auth/controllers/auth.controller.ts:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21@Controller('auth')
22export class AuthController {
23 constructor(
24 @Inject(CACHE_MANAGER) private cacheManager: Cache,
25 private userService: UserService,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected