From a1c01057f079216ec3c32f2a1fffc496b014ded5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E9=94=A6=E4=BD=91?= Date: Tue, 25 Jun 2024 12:20:02 +0800 Subject: [PATCH] fix: url. (#262) --- explorer/src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/explorer/src/main.rs b/explorer/src/main.rs index 5fec37e..f2e38ae 100644 --- a/explorer/src/main.rs +++ b/explorer/src/main.rs @@ -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))