diff --git a/MetaApi/Controllers/InternalController.cs b/MetaApi/Controllers/InternalController.cs index fc0bfc4..8489bef 100644 --- a/MetaApi/Controllers/InternalController.cs +++ b/MetaApi/Controllers/InternalController.cs @@ -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,