second attemp
All checks were successful
CI Test / test (push) Successful in 2s

This commit is contained in:
Grae Jones
2026-03-17 16:12:34 -07:00
parent 65672c8716
commit 07a7489bfc
3 changed files with 0 additions and 1 deletions

View File

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

View File