bitview: reorg part 9

This commit is contained in:
nym21
2025-10-01 23:17:48 +02:00
parent 62d4b35c93
commit c4ce718bb2
102 changed files with 1654 additions and 1798 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ impl Server {
.route("/version", get(Json(VERSION)))
.route(
"/health",
get(Json(serde_json::json!({
get(Json(sonic_rs::json!({
"status": "healthy",
"service": "brk-server",
"timestamp": jiff::Timestamp::now().to_string()