fix: return image/apng media type from animated card endpoint (#196) #204

Merged
cal merged 3 commits from issue/196-bug-apng-endpoint-returns-wrong-media-type-image-p into main 2026-04-08 02:26:05 +00:00

3 Commits

Author SHA1 Message Date
cal
e1f3371321 Merge branch 'main' into issue/196-bug-apng-endpoint-returns-wrong-media-type-image-p 2026-04-08 02:25:58 +00:00
Cal Corum
cf7279a573 fix: also update cache hit path to return image/apng media type (#204)
The cache hit branch at line 773 still returned image/png, meaning
the MIME type fix was never seen in production since cached responses
dominate. Update it to match the cache miss path.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 20:31:11 -05:00
Cal Corum
dcff8332a2 fix: return image/apng media type from animated card endpoint (#196)
Closes #196

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 20:01:48 -05:00