public IActionResult Upvote([FromRoute] string config, [FromRoute] int id) { linkRepository.ChangeProbability(config, id, 1); return(Ok()); }