httpd: Increase body size limit for `/projects/*`
modified radicle-httpd/src/api/v1/projects.rs
@@ -1,6 +1,6 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -28,6 +28,7 @@ use crate::api::{self, CobsQuery, Context, DataUri, PaginationQuery};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -68,6 +69,7 @@ pub fn router(ctx: Context) -> Router {
|
|
|
|
|
|
| + | |
|
|
|
|
|