MCPcopy Create free account
hub / github.com/bsoc-bitbyte/busify /

Class

backend/src/Auth/auth.controller.ts:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7@Controller('auth')
8export class AuthController {
9 constructor(private readonly authService: AuthService) {}
10 @Post('google')
11 async googleAuthRedirect(@Body('code') code: string, @Res() res: Response) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected