Editted Image edges
This commit is contained in:
@@ -13,7 +13,7 @@ class WpContentsClient
|
|||||||
$response = $client->request(
|
$response = $client->request(
|
||||||
'GET',
|
'GET',
|
||||||
"{$apiEndpointsUrl}/wordpress-data",
|
"{$apiEndpointsUrl}/wordpress-data",
|
||||||
['connect_timeout' => 2, 'timeout' => 3, 'debug' => true]
|
['connect_timeout' => 2, 'timeout' => 3, 'debug' => false]
|
||||||
);
|
);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
// echo "\n".$e->getMessage()."\n";
|
// echo "\n".$e->getMessage()."\n";
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 172 KiB |
Reference in New Issue
Block a user