MCPcopy Create free account
hub / github.com/Dyan-Dev/dyan / constructor

Method constructor

apps/backend/src/auth/auth.controller.ts:20–23  ·  view source on GitHub ↗
(
    private authService: AuthService,
    private jwtService: JwtService,
  )

Source from the content-addressed store, hash-verified

18@Controller('dyan/auth')
19export class AuthController {
20 constructor(
21 private authService: AuthService,
22 private jwtService: JwtService,
23 ) {}
24
25@Get('me')
26async me(@Req() req: Request) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected