MCPcopy Create free account
hub / github.com/amplication/sample-app /

Class

apps/ecommerce-server/src/auth/auth.controller.ts:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7@ApiTags("auth")
8@Controller()
9export class AuthController {
10 constructor(private readonly authService: AuthService) {}
11 @Post("login")
12 async login(@Body() body: Credentials): Promise<UserInfo> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected