From c7f434a29cf62d03c728bbbaf39179cc237969e1 Mon Sep 17 00:00:00 2001 From: Emre Date: Thu, 16 Mar 2023 18:43:27 +0100 Subject: [PATCH] Correct error :warning: --- .../Sources/ApiLol/Controllers/RunePagesController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/EntityFramework_LoL/Sources/ApiLol/Controllers/RunePagesController.cs b/src/EntityFramework_LoL/Sources/ApiLol/Controllers/RunePagesController.cs index 2f52331..cbe3c86 100644 --- a/src/EntityFramework_LoL/Sources/ApiLol/Controllers/RunePagesController.cs +++ b/src/EntityFramework_LoL/Sources/ApiLol/Controllers/RunePagesController.cs @@ -62,7 +62,7 @@ namespace ApiLol.Controllers } } - // GET api//5 +/* // GET api//5 [HttpGet("{name}")] public async Task Get(string name) { @@ -117,6 +117,6 @@ namespace ApiLol.Controllers [HttpDelete("{id}")] public void Delete(int id) { - } + }*/ } }