mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-31 12:51:07 +00:00
Fix typo
This commit is contained in:
+1
-1
@@ -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<Addr<Aggregator>>) -> Result<HttpResponse, Error> {
|
||||
match aggregator.send(GetHealth).await {
|
||||
Ok(count) => {
|
||||
|
||||
Reference in New Issue
Block a user