Skip to content

Commit

Permalink
Update filters.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
damip committed Aug 6, 2021
1 parent 17a98c3 commit 18fffe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/filters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ pub fn get_filter(
let staker_stats = warp::get()
.and(warp::path("api"))
.and(warp::path("v1"))
.and(warp::path("staker_info"))
.and(warp::path("staker_stats"))
.and(warp::path::param::<Address>())
.and(warp::path::end())
.and_then(move |creator| get_staker_stats(evt_tx.clone(), creator));
Expand Down

0 comments on commit 18fffe7

Please sign in to comment.