Skip to content

Commit

Permalink
route
Browse files Browse the repository at this point in the history
  • Loading branch information
calbera authored and nidhi-singh02 committed Aug 30, 2024
1 parent 1a0a50f commit b89114c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mod/node-api/handlers/beacon/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,9 @@ func (h *Handler[_, ContextT, _, _]) RegisterRoutes(
Handler: h.NotImplemented,
},
{
Method: http.MethodGet,
Path: "/eth/v1/beacon/rewards/blocks/:block_id",
Method: http.MethodGet,
Path: "/eth/v1/beacon/rewards/blocks/:block_id",
Handler: h.GetBlockRewards,
},
{
Method: http.MethodPost,
Expand Down

0 comments on commit b89114c

Please sign in to comment.