Merge branch '1.6.x' of https://github.com/appwrite/appwrite into catch-invalid-index

This commit is contained in:
fogelito 2025-02-10 15:41:50 +02:00
commit c77ca64fc0

View file

@ -7,4 +7,5 @@ return [
"gif" => "image/gif",
"png" => "image/png",
"heic" => "image/heic",
"webp" => "image/webp",
];