Skip to content

Commit

Permalink
Fix base uri (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaguerre authored and Pierre Ducoudray committed Jun 1, 2016
1 parent 3b511c9 commit fce0d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Textmaster/HttpClient/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class HttpClient implements HttpClientInterface
* @var array
*/
protected $options = [
'base_uri' => 'http://api.textmaster.com/%s/clients',
'base_uri' => 'http://api.textmaster.com/%s',
'api_version' => 'v1',
'user_agent' => 'textmaster-api (http://github.com/worldia/textmaster-api)',
];
Expand Down

0 comments on commit fce0d58

Please sign in to comment.