Skip to content

Commit

Permalink
Fix route
Browse files Browse the repository at this point in the history
  • Loading branch information
macladson committed Apr 5, 2022
1 parent 8041370 commit 488370c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/http_api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ pub fn serve<T: BeaconChainTypes>(
*/

// POST beacon/blocks
let post_beacon_blinded_blocks = eth1_v1
let post_beacon_blinded_blocks = eth_v1
.and(warp::path("beacon"))
.and(warp::path("blinded_blocks"))
.and(warp::path::end())
Expand Down

0 comments on commit 488370c

Please sign in to comment.