diff options
| author | Fuwn <[email protected]> | 2024-01-11 19:46:11 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-11 19:46:11 -0800 |
| commit | d532df8ae4df133dd3d5346f94d8292525fe41ea (patch) | |
| tree | 3dc441fc11f91e09100437cf4c4445ce2813acdc /src/routes/api/birthdays/anisearch | |
| parent | feat(notifications): remove button, add click (diff) | |
| download | due.moe-d532df8ae4df133dd3d5346f94d8292525fe41ea.tar.xz due.moe-d532df8ae4df133dd3d5346f94d8292525fe41ea.zip | |
feat(api): vercel cache
Diffstat (limited to 'src/routes/api/birthdays/anisearch')
| -rw-r--r-- | src/routes/api/birthdays/anisearch/+server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/api/birthdays/anisearch/+server.ts b/src/routes/api/birthdays/anisearch/+server.ts index 7c44c191..0b92a11e 100644 --- a/src/routes/api/birthdays/anisearch/+server.ts +++ b/src/routes/api/birthdays/anisearch/+server.ts @@ -32,7 +32,7 @@ export const GET = async ({ url }: { url: URL }) => { }), { headers: { - 'Cache-Control': 'max-age=1800', + 'Cache-Control': 'max-age=10800, s-maxage=10800', 'Access-Control-Allow-Origin': 'https://due.moe' } } |