1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-06 09:29:19 +02:00

[#1469] added webp to the image mime types presets

This commit is contained in:
Khairul Haaziq
2023-01-03 05:02:14 +08:00
committed by GitHub
parent 5ef6b3a8be
commit 41ba7e12e1
2 changed files with 3 additions and 1 deletions

View File

@@ -133,6 +133,7 @@ func init() {
"image/png",
"image/svg+xml",
"image/gif",
"image/webp",
},
},
},