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
|
all_peers: allPeers
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
router.api(MethodGet, "/nimbus/v1/debug/memory/gc_cells") do (
|
||||||
|
) -> RestApiResponse:
|
||||||
|
return RestApiResponse.jsonResponse(GC_dumpCells())
|
||||||
|
|
Loading…
Reference in New Issue