Skip to content

Commit 03a0c0e

Browse files
committed
mime type for videos
1 parent afcff52 commit 03a0c0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/CurlDispatcher.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class CurlDispatcher implements DispatcherInterface
1717
'jpeg' => 'image/jpeg',
1818
'gif' => 'image/gif',
1919
'png' => 'image/png',
20+
'mp4' => 'video/mp4',
2021
];
2122

2223
private $config = [

0 commit comments

Comments
 (0)