httpd: Use `repo.identity_doc()` instead of `repo.identity_of(..)`
modified radicle-httpd/src/api.rs
@@ -48,7 +48,7 @@ impl Context {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/error.rs
@@ -61,6 +61,10 @@ pub enum Error {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/delegates.rs
@@ -40,7 +40,8 @@ async fn delegates_projects_handler(
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/projects.rs
@@ -79,7 +79,8 @@ async fn project_root_handler(
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|