httpd: Only return cache header for activity endpoint on 200 responses
Also fix test_profile test adding the worker config
2 files changed
+8
-2
04a4aa06
→
3aca2a11
modified radicle-httpd/src/api/v1/profile.rs
@@ -111,6 +111,7 @@ mod routes {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/projects.rs
@@ -3,7 +3,7 @@ use std::collections::{BTreeMap, HashMap};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -43,7 +43,12 @@ pub fn router(ctx: Context) -> Router {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|