From 5fd272cce58ab14fb9819a56b140a77d9fa6355d Mon Sep 17 00:00:00 2001 From: Kevin Andrews Date: Thu, 10 Jun 2021 10:33:53 +0100 Subject: [PATCH] Set default api host --- lib/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Configuration.php b/lib/Configuration.php index 3fda957..552403c 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -80,7 +80,7 @@ class Configuration * * @var string */ - protected $host = '///api/v1'; + protected $host = 'https://api.parcel.royalmail.com/api/v1'; /** * User agent of the HTTP request, set to "PHP-Swagger" by default