This commit is contained in:
Grae Jones
2026-03-17 14:53:14 -07:00
parent 34c1f09e01
commit e50568075a

View File

@@ -29,6 +29,7 @@ public sealed class InternalController : ControllerBase
public IActionResult Health()
{
_logger.LogDebug("[InternalController] Health check");
_logger.LogDebug("[InternalController] Useless Double Check To test change");
return Ok(new
{
ok = true,