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

Merged
marvin.spiegel merged 4 commits from feature/refactor-to-dotnet-8-standards into main 2026-01-28 12:17:29 +00:00

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();