Merge branch 'release/2024.14-crunch' into merge/release/2024.14-crunch
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
// Copyright 2023 - Nym Technologies SA <contact@nymtech.net>
|
||||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
@@ -14,7 +14,6 @@ pub use router::{api, HttpServerConfig, NymNodeRouter};
|
||||
|
||||
pub mod error;
|
||||
pub mod helpers;
|
||||
pub mod middleware;
|
||||
pub mod router;
|
||||
pub mod state;
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ use axum::response::Redirect;
|
||||
use axum::routing::get;
|
||||
use axum::Router;
|
||||
use nym_bin_common::bin_info_owned;
|
||||
use nym_http_api_common::logging;
|
||||
use nym_http_api_common::middleware::logging;
|
||||
use nym_node_requests::api::v1::authenticator::models::Authenticator;
|
||||
use nym_node_requests::api::v1::gateway::models::Gateway;
|
||||
use nym_node_requests::api::v1::ip_packet_router::models::IpPacketRouter;
|
||||
|
||||
@@ -33,7 +33,6 @@ impl NymNodeTopologyProvider {
|
||||
min_gateway_performance: 0,
|
||||
},
|
||||
nym_api_url,
|
||||
env!("CARGO_PKG_VERSION").to_string(),
|
||||
Some(user_agent),
|
||||
),
|
||||
cache_ttl,
|
||||
|
||||
Reference in New Issue
Block a user