Skip to content

Commit 2789b16

Browse files
fix: endpoint not available on GET /health (#1107)
Co-authored-by: Tomás Arjovsky <[email protected]>
1 parent e756064 commit 2789b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/lambda_ethereum_consensus/application.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ defmodule LambdaEthereumConsensus.Application do
4444
defp get_children(:full) do
4545
get_children(:db) ++
4646
[
47+
BeaconApi.Endpoint,
4748
LambdaEthereumConsensus.P2P.Metadata,
48-
LambdaEthereumConsensus.Beacon.BeaconNode,
49-
BeaconApi.Endpoint
49+
LambdaEthereumConsensus.Beacon.BeaconNode
5050
]
5151
end
5252

0 commit comments

Comments
 (0)