tests end
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2022-10-18 12:48:46 +10:00
parent ca5a38a522
commit 87a0feb11b

View File

@ -5,7 +5,7 @@ namespace NeDvachAPI.Controllers
{
[ApiController]
[Route("[controller]")]
public class List2Controller : ControllerBase
public class ListController : ControllerBase
{
[HttpGet(Name = "GetPosts")]
public string Get()