def apply()

in api/src/main/scala/com/gu/adapters/http/responses.scala [22:28]


  def apply(avatar: Avatar, req: Req): AvatarResponse = {
    AvatarResponse(
      Some(s"${req.base}/avatars/${avatar.id}"),
      avatar,
      Nil
    )
  }