From 8aa6c107f568ab8ea6d2054f60e13c6c0c72429e Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 11 Jan 2024 19:48:22 -0800 Subject: fix(api): un-share some caches --- src/routes/feeds/activity-notifications/+server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routes') diff --git a/src/routes/feeds/activity-notifications/+server.ts b/src/routes/feeds/activity-notifications/+server.ts index a9698d72..2b6bfad1 100644 --- a/src/routes/feeds/activity-notifications/+server.ts +++ b/src/routes/feeds/activity-notifications/+server.ts @@ -77,7 +77,7 @@ export const GET = async ({ url }) => { return new Response(token ? render(notification || []) : render(), { headers: { - 'Cache-Control': `max-age=0, s-max-age=0`, + 'Cache-Control': `max-age=0`, 'Content-Type': 'application/xml' } }); -- cgit v1.2.3