1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00
appwrite/app/config/storage/inputs.php
2022-05-23 14:54:50 +00:00

9 lines
151 B
PHP

<?php
return [ // Accepted inputs files
'jpg' => 'image/jpeg',
'jpeg' => 'image/jpeg',
'gif' => 'image/gif',
'png' => 'image/png',
];