mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-31 16:21:05 +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> {
|
async fn health(aggregator: web::Data<Addr<Aggregator>>) -> Result<HttpResponse, Error> {
|
||||||
match aggregator.send(GetHealth).await {
|
match aggregator.send(GetHealth).await {
|
||||||
Ok(count) => {
|
Ok(count) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user