revert: Health Check GET 메서드 제거, POST만 유지 (#24)
All checks were successful
SPMS_API/pipeline/head This commit looks good

This commit is contained in:
SEAN 2026-02-09 15:28:04 +09:00
parent 9107726c3b
commit 65b4207f94

View File

@ -18,7 +18,6 @@ public class PublicController : ControllerBase
_dbContext = dbContext;
}
[HttpGet("health")]
[HttpPost("health")]
public async Task<IActionResult> HealthCheckAsync()
{