Compare commits
2 Commits
2762a7c0a4
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| b4eb144f12 | |||
| a3c2dfc3eb |
@@ -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