Skip to content

Commit

Permalink
fix: url. (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinyuchan authored Jun 25, 2024
1 parent 226283f commit a1c0105
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions explorer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ async fn main() -> Result<()> {
.route("/api/address/count", get(get_address_count))
.route("/api/chain/statistics", get(get_statistics))
.route("/api/txs/distribute", get(get_tx_distribute))
.route("/api/txs/distribute", get(get_tx_distribute))
.route("/api/address/count", get(get_address_count))
.route("/api/chain/statistic", get(get_statistics))
.route("/api/number/block", get(get_block_by_num))
.route("/api/hash/block", get(get_block_by_hash))
Expand Down

0 comments on commit a1c0105

Please sign in to comment.