Template
Compare commits
3
Commits
| 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