Skip to content

Commit

Permalink
Merge pull request #930 from matter-labs/vb-remove-duplicate-code-res…
Browse files Browse the repository at this point in the history
…t-api

Remove duplicate code
  • Loading branch information
dvush authored Sep 11, 2020
2 parents 02b0a45 + c859c79 commit 1754bae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/server/src/api_server/rest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -963,10 +963,6 @@ fn start_server(state: AppState, bind_to: SocketAddr) {
.wrap(Cors::new().send_wildcard().max_age(3600))
.service(
web::scope("/api/v0.1")
.route(
"/blocks/{block_id}/transactions",
web::get().to(handle_get_block_transactions),
)
.route("/testnet_config", web::get().to(handle_get_testnet_config))
.route("/status", web::get().to(handle_get_network_status))
.route("/tokens", web::get().to(handle_get_tokens))
Expand Down

0 comments on commit 1754bae

Please sign in to comment.