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:
dynco-nym
2025-04-23 15:19:15 +02:00
committed by GitHub
parent 04f75e7e48
commit c14b010f9e
19 changed files with 213 additions and 115 deletions
+1 -1
View File
@@ -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),
}
}