mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-01 13:47:16 +00:00
Move beacon state endpoints to a separate module. (#8529)
Part of the http api refactor to move endpoint handlers to separate modules. This should improve code maintainability, incremental compilation time and rust analyzer performance. Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com>
This commit is contained in:
1
beacon_node/http_api/src/beacon/mod.rs
Normal file
1
beacon_node/http_api/src/beacon/mod.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub mod states;
|
||||
Reference in New Issue
Block a user