diff --git a/Sources/apiLOL/Controllers/ControllerLol.cs b/Sources/apiLOL/Controllers/ControllerChampions.cs similarity index 93% rename from Sources/apiLOL/Controllers/ControllerLol.cs rename to Sources/apiLOL/Controllers/ControllerChampions.cs index 75c92ad..0d70b17 100644 --- a/Sources/apiLOL/Controllers/ControllerLol.cs +++ b/Sources/apiLOL/Controllers/ControllerChampions.cs @@ -6,7 +6,7 @@ namespace apiLOL.Controllers { [Route("api/[controller]")] [ApiController] - public class ControllerLol : ControllerBase + public class ControllerChampions : ControllerBase { // GET: api/ [HttpGet]