feature/refactor-to-dotnet-8-standards (#3)

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2026-01-28 12:17:29 +00:00
parent a3c2dfc3eb
commit b4eb144f12

View File

@@ -6,8 +6,7 @@ namespace TemplateNETService.Controllers;
[Route("api")]
public class ServiceController : ControllerBase
{
[HttpGet]
[Route("ping")]
[HttpGet("ping")]
public IActionResult GetStatus()
{
return Ok();