From 2985087ee360e14fdf364a51a56d0ad844c0fc6c Mon Sep 17 00:00:00 2001 From: Corentin R <76619184+Koroh63@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:46:32 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20Cr=C3=A9ation=20du=20champion=20dans=20?= =?UTF-8?q?le=20stub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/API_LoL/Controllers/ChampionsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/API_LoL/Controllers/ChampionsController.cs b/Sources/API_LoL/Controllers/ChampionsController.cs index 2b912df..9461ad4 100644 --- a/Sources/API_LoL/Controllers/ChampionsController.cs +++ b/Sources/API_LoL/Controllers/ChampionsController.cs @@ -43,7 +43,7 @@ namespace API_LoL.Controllers } else { - //creation de l'objet en BDD + //ChampionsManager.AddItem(champion) return CreatedAtAction("Post",champion.Name); } }