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")] [Route("api")]
public class ServiceController : ControllerBase public class ServiceController : ControllerBase
{ {
[HttpGet] [HttpGet("ping")]
[Route("ping")]
public IActionResult GetStatus() public IActionResult GetStatus()
{ {
return Ok(); return Ok();