| 6 | |
| 7 | @Controller('auth') |
| 8 | export class AuthController { |
| 9 | constructor(private readonly authService: AuthService) {} |
| 10 | @Post('google') |
| 11 | async googleAuthRedirect(@Body('code') code: string, @Res() res: Response) { |
nothing calls this directly
no outgoing calls
no test coverage detected