nrss/routes/api/feeds
Olav Sundfør b2c8662861
Workaround for broken cache expiry handling (#47)
Deno's cache API does not respect expiry dates.
This meant that feeds were cached much longer than intended.

This PR implments a manual cache handling instead of relying on
Deno's implementation. Relevant issue: https://github.com/denoland/deno/issues/25795
2025-10-01 09:51:29 +02:00
..
[seriesId]/[episodeId] feat: Add unit-tests (#25) 2024-04-11 21:10:16 +02:00
[seriesId].ts Workaround for broken cache expiry handling (#47) 2025-10-01 09:51:29 +02:00