This commit is contained in:
Maciej Hirsz
2020-09-30 15:27:09 +02:00
parent b55dfa022a
commit 73d0bfbc0a
+1 -1
View File
@@ -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) => {