Eliminate duplicate node_ids from endpoint (#5728)
* Improve swagger definitions * Sort data in DB * Improve logging * Store gw description to nym nodes table * Move explorer related path to /explorer * Bump package version
This commit is contained in:
@@ -159,7 +159,7 @@ impl NymNodeRouter {
|
||||
)
|
||||
.nest(routes::LANDING_PAGE, landing_page::routes(config.landing))
|
||||
.nest(routes::API, api::routes(config.api))
|
||||
.layer(axum::middleware::from_fn(logging::logger))
|
||||
.layer(axum::middleware::from_fn(logging::log_request_info))
|
||||
.with_state(state),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user