feat(middleware): add .mp4 to image extensions for cache control

This commit is contained in:
Will Miao
2025-09-16 15:39:12 +08:00
parent 4275dc3003
commit 0566d50346

View File

@@ -16,6 +16,7 @@ IMG_EXTENSIONS = (
".tif",
".tiff",
".webp",
".mp4"
)