Skip to content

Commit

Permalink
Set default API url.
Browse files Browse the repository at this point in the history
  • Loading branch information
Caffe1neAdd1ct committed Jun 12, 2018
1 parent 31cbbb5 commit 0f3aa61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Configuration
*
* @var string
*/
protected $host = 'https://localhost/shipping/v2';
protected $host = 'https://api.royalmail.net/shipping/v2';

/**
* User agent of the HTTP request, set to "PHP-Swagger" by default
Expand Down

0 comments on commit 0f3aa61

Please sign in to comment.