Skip to content

Commit

Permalink
route
Browse files Browse the repository at this point in the history
  • Loading branch information
calbera committed Aug 29, 2024
1 parent a62a947 commit 747853f
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 747853f

Please sign in to comment.