Skip to content

Commit

Permalink
change api.sajari.com port to 50051
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathaningram committed Dec 1, 2020
1 parent 4d0e0aa commit 8f2d3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sajari/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Client
private $collection = '';

/** @var string $endpoint */
private $endpoint = 'api.sajari.com:443';
private $endpoint = 'api.sajari.com:50051';
/** @var string $credentials */
private $credentials = "";
private $channelCredentials = NULL;
Expand Down

0 comments on commit 8f2d3c6

Please sign in to comment.