From d2bb0c9cf14a9d0372bb86ef09c6afcb8937c30c Mon Sep 17 00:00:00 2001 From: "bastien.ollier1@etu.uca.fr" Date: Fri, 27 Jan 2023 16:27:46 +0100 Subject: [PATCH] rename --- .../Controllers/{ControllerLol.cs => ControllerChampions.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Sources/apiLOL/Controllers/{ControllerLol.cs => ControllerChampions.cs} (93%) 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]