From 87a0feb11b06ba8ff566ccc48e1104dccd00503c Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Tue, 18 Oct 2022 12:48:46 +1000 Subject: [PATCH] tests end --- Controllers/GetPosts.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/GetPosts.cs b/Controllers/GetPosts.cs index 28f8287..bd5900c 100644 --- a/Controllers/GetPosts.cs +++ b/Controllers/GetPosts.cs @@ -5,7 +5,7 @@ namespace NeDvachAPI.Controllers { [ApiController] [Route("[controller]")] - public class List2Controller : ControllerBase + public class ListController : ControllerBase { [HttpGet(Name = "GetPosts")] public string Get()