Skip to content

Commit d1891f4

Browse files
Example fix
1 parent 9629012 commit d1891f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $headers = array(
7474
'Content-Type: application/json',
7575
'Authorization: Bearer '.$api_key
7676
);
77-
$client = new SendGrid\Client('https://e9sk3d3bfaikbpdq7.stoplight-proxy.io', $headers, '/v3', null);
77+
$client = new SendGrid\Client('https://api.sendgrid.com', $headers, '/v3', null);
7878

7979
// GET Collection
8080
$query_params = array('limit' => 100, 'offset' => 0);

0 commit comments

Comments
 (0)