httpd: Add endpoint with tracking information
modified radicle-httpd/src/api/v1/node.rs
@@ -4,7 +4,7 @@ use axum::routing::get;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -13,6 +13,7 @@ use crate::api::Context;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -41,3 +42,20 @@ async fn node_handler(State(ctx): State<Context>) -> impl IntoResponse {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |