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

Method constructor

src/sessions/sessions.controller.ts:24–24  ·  view source on GitHub ↗
(private readonly sessionService: SessionsService)

Source from the content-addressed store, hash-verified

22 private logger = new Logger(SessionsController.name);
23
24 constructor(private readonly sessionService: SessionsService) {}
25
26 @Post('')
27 async login(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected