mirror of
https://github.com/telemt/telemt.git
synced 2026-04-18 11:04:09 +03:00
Bnd-block in API fixes
This commit is contained in:
@@ -342,7 +342,7 @@ async fn handle(
|
||||
}
|
||||
("GET", "/v1/runtime/me-selftest") => {
|
||||
let revision = current_revision(&shared.config_path).await?;
|
||||
let data = build_runtime_me_selftest_data(shared.as_ref()).await;
|
||||
let data = build_runtime_me_selftest_data(shared.as_ref(), cfg.as_ref()).await;
|
||||
Ok(success_response(StatusCode::OK, data, revision))
|
||||
}
|
||||
("GET", "/v1/runtime/connections/summary") => {
|
||||
|
||||
Reference in New Issue
Block a user