@UseGuards(JwtAuthGuard) @Get('api/profile') getProfile(@Request() req: any) { return req.user; }