Changed method name

This commit is contained in:
2024-05-13 00:27:36 +02:00
parent 4663e10f96
commit bbfac5eb07

View File

@@ -10,7 +10,7 @@ namespace BasicDotnetTemplate.MainProject.Controllers
public RootController() { }
[HttpGet("")]
public IActionResult GetVersion()
public IActionResult GetRoot()
{
return Ok();
}