global: snapshot

This commit is contained in:
k
2024-09-16 13:17:18 +02:00
parent f95eb0f1c9
commit 9dbffb0c93
83 changed files with 1812 additions and 1134 deletions

View File

@@ -88,7 +88,7 @@ where
headers.insert_cors();
headers.insert_content_type_application_json();
headers.insert_cache_control(max_age, stale_while_revalidate);
headers.insert_cache_control_revalidate(max_age, stale_while_revalidate);
response
}