Use correct mime type

This commit is contained in:
Zach Borboa
2018-07-22 21:41:43 -07:00
parent d474d3f40f
commit 01d9955e6d
+1 -1
View File
@@ -3,7 +3,7 @@ require __DIR__ . '/../vendor/autoload.php';
use \Curl\Curl;
$myfile = curl_file_create('cats.jpg', 'image/png', 'test_name');
$myfile = curl_file_create('cats.jpg', 'image/jpeg', 'test_name');
$curl = new Curl();