Example #1
0
 public IActionResult GetAuthors()
 {
     return(Ok(twitchManager.GetAuthors()));
 }