Compare commits
2 Commits
2762a7c0a4
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| b4eb144f12 | |||
| a3c2dfc3eb |
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user