diff --git a/src/Client.php b/src/Client.php index e67712d..0d5c44a 100644 --- a/src/Client.php +++ b/src/Client.php @@ -67,7 +67,7 @@ public function getDefaultParameters() return [ 'apiUsername' => '', 'apiPassword' => '', - 'apiUrl' => 'https://panel.myownfreehost.net:2087/xml-api/', + 'apiUrl' => 'https://panel.myownfreehost.net/xml-api/', 'plan' => '', ]; }