modified radicle-httpd/src/api.rs
@@ -17,7 +17,7 @@ use tower_http::trace::TraceLayer;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -49,7 +49,7 @@ impl Context {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -142,7 +142,7 @@ pub struct PaginationQuery {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -152,7 +152,7 @@ mod project {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/delegates.rs
@@ -3,7 +3,7 @@ use axum::routing::get;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -38,9 +38,10 @@ async fn delegates_projects_handler(
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/projects.rs
@@ -14,7 +14,7 @@ use radicle::cob::issue::Issues;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -68,7 +68,7 @@ async fn project_root_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|