global: fixes

This commit is contained in:
nym21
2025-10-03 14:15:23 +02:00
parent cfdf8fdbca
commit d9c4653f82
9 changed files with 106 additions and 98 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ impl ApiMetricsRoutes for Router<AppState> {
.route(
"/api/metrics/indexes",
get(async |State(app_state): State<AppState>| -> Response {
Json(app_state.interface.get_accepted_indexes()).into_response()
Json(app_state.interface.get_indexes()).into_response()
}),
)
// .route(