diff --git a/backend/src/main.rs b/backend/src/main.rs index 016e9bb..8310cf2 100644 --- a/backend/src/main.rs +++ b/backend/src/main.rs @@ -103,7 +103,7 @@ async fn state_route( } } -/// Entry check for health check monitoring bots +/// Entry point for health check monitoring bots async fn health(aggregator: web::Data>) -> Result { match aggregator.send(GetHealth).await { Ok(count) => {