mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-21 12:00:56 +00:00
try something
This commit is contained in:
parent
3cdf4a88d0
commit
528b0e9401
@ -428,3 +428,7 @@ proc installNimbusApiHandlers*(router: var RestRouter, node: BeaconNode) =
|
||||
all_peers: allPeers
|
||||
)
|
||||
)
|
||||
|
||||
router.api(MethodGet, "/nimbus/v1/debug/memory/gc_cells") do (
|
||||
) -> RestApiResponse:
|
||||
return RestApiResponse.jsonResponse(GC_dumpCells())
|
||||
|
Loading…
x
Reference in New Issue
Block a user