server: ms endpoint fixes

This commit is contained in:
nym21
2026-04-02 22:37:34 +02:00
parent d92cf43c57
commit 8dfc1bc932
62 changed files with 1639 additions and 1698 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ impl ResponseExtended for Response<Body> {
where
T: Serialize,
{
let params = CacheParams::version();
let params = CacheParams::static_version();
if params.matches_etag(headers) {
return Self::new_not_modified();
}