CacheControl private
This commit is contained in:
@ -108,6 +108,7 @@ pub(crate) trait Service: Sized {
|
||||
)
|
||||
.as_str(),
|
||||
)
|
||||
.set(CacheControl(vec![CacheDirective::Private]))
|
||||
.finish()
|
||||
})
|
||||
.from_err(),
|
||||
|
Reference in New Issue
Block a user