httpd: Change node id in `/` and add version to `/node`
modified radicle-httpd/src/api/v1.rs
@@ -35,7 +35,7 @@ async fn root_handler(State(ctx): State<Context>) -> impl IntoResponse {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/node.rs
@@ -11,7 +11,7 @@ use radicle::node::{policy, Handle, DEFAULT_TIMEOUT};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -44,6 +44,7 @@ async fn node_handler(State(ctx): State<Context>) -> impl IntoResponse {
|
|
|
|
|
|
| + | |
|
|
|
|
|