Compare commits
3 Commits
2762a7c0a4
...
feature/re
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b5a963c11 | |||
| 67627fe227 | |||
| 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