http: Add ssh keys and full did to nodes handler
modified radicle-httpd/src/api/v1/node.rs
@@ -4,7 +4,8 @@ use axum::routing::get;
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -61,6 +62,11 @@ async fn nodes_handler(State(ctx): State<Context>, Path(nid): Path<NodeId>) -> i
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -181,6 +187,11 @@ mod routes {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|