Compare commits
2 Commits
main
...
2762a7c0a4
| Author | SHA1 | Date | |
|---|---|---|---|
| 2762a7c0a4 | |||
| f69a2865a2 |
@@ -6,7 +6,8 @@ namespace TemplateNETService.Controllers;
|
||||
[Route("api")]
|
||||
public class ServiceController : ControllerBase
|
||||
{
|
||||
[HttpGet("ping")]
|
||||
[HttpGet]
|
||||
[Route("ping")]
|
||||
public IActionResult GetStatus()
|
||||
{
|
||||
return Ok();
|
||||
|
||||
Reference in New Issue
Block a user