예제 #1
0
 public IActionResult ResetElo(string id)
 {
     _catService.ResetElo();
     return(Ok("Elo reset"));
 }