summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/routes/static.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/static.rs b/src/routes/static.rs
index 766a094..33fac2a 100644
--- a/src/routes/static.rs
+++ b/src/routes/static.rs
@@ -29,7 +29,7 @@ async fn handler_static_get(
);
resp.headers_mut().insert(
hyper::header::CACHE_CONTROL,
- hyper::header::HeaderValue::from_static("max-age=31536000, immutable"),
+ hyper::header::HeaderValue::from_static("public, max-age=31536000, immutable"),
);
Ok(resp)