httpd: Fix git handler
modified radicle-httpd/src/git.rs
@@ -1,10 +1,9 @@
|
|
|
|
| - | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -13,6 +12,7 @@ use axum::http::{HeaderMap, Method, StatusCode};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -33,7 +33,7 @@ async fn git_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -70,7 +70,7 @@ async fn git_http_backend(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -101,7 +101,7 @@ async fn git_http_backend(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -221,6 +221,7 @@ mod routes {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -229,8 +230,9 @@ mod routes {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -245,7 +247,10 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/lib.rs
@@ -226,7 +226,10 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|