feature/refactor-to-dotnet-8-standards (#3)
Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
@@ -6,8 +6,7 @@ namespace TemplateNETService.Controllers;
|
||||
[Route("api")]
|
||||
public class ServiceController : ControllerBase
|
||||
{
|
||||
[HttpGet]
|
||||
[Route("ping")]
|
||||
[HttpGet("ping")]
|
||||
public IActionResult GetStatus()
|
||||
{
|
||||
return Ok();
|
||||
|
||||
Reference in New Issue
Block a user