Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/Config/Mimes.php
Original file line numberDiff line numberDiff line change
Expand Up@@ -199,6 +199,7 @@ class Mimes
],
'gif' => 'image/gif',
'jpg' => [
'image/jpg',
'image/jpeg',
'image/pjpeg',
],
Expand Down
2 changes: 1 addition & 1 deletion system/Config/Services.php
Original file line numberDiff line numberDiff line change
Expand Up@@ -211,7 +211,7 @@ public static function curlrequest(array $options = [], ?ResponseInterface $resp

return new CURLRequest(
$config,
new URI($options['base_uri'] ?? null),
new URI($options['baseURI'] ?? null),
$response,
$options
);
Expand Down