revert: Health Check GET 메서드 제거, POST만 유지 (#24)
All checks were successful
SPMS_API/pipeline/head This commit looks good
All checks were successful
SPMS_API/pipeline/head This commit looks good
This commit is contained in:
parent
9107726c3b
commit
65b4207f94
|
|
@ -18,7 +18,6 @@ public class PublicController : ControllerBase
|
||||||
_dbContext = dbContext;
|
_dbContext = dbContext;
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpGet("health")]
|
|
||||||
[HttpPost("health")]
|
[HttpPost("health")]
|
||||||
public async Task<IActionResult> HealthCheckAsync()
|
public async Task<IActionResult> HealthCheckAsync()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user