This commit is contained in:
@@ -29,7 +29,6 @@ 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,
|
||||
|
||||
Reference in New Issue
Block a user