update config

This commit is contained in:
Eitan Seri-Levi
2025-06-12 12:42:01 +03:00
parent 7fe71d4db6
commit 6eaa26ba95
9 changed files with 125 additions and 63 deletions

View File

@@ -3716,6 +3716,7 @@ pub fn serve<T: BeaconChainTypes>(
return Err(warp_utils::reject::unhandled_error(e));
}
};
Ok::<_, warp::reject::Rejection>(warp::reply::json(&data).into_response())
})
},