diff --git a/src/Api.php b/src/Api.php index f7ff6a6..6ebc2ab 100644 --- a/src/Api.php +++ b/src/Api.php @@ -122,7 +122,7 @@ public function __get($property) public function call($action, $method, array $params) { $start = microtime(true); - $url = 'https://' . $this->brand . '.reamaze.com/api/v1/' . $action; + $url = 'https://' . $this->brand . '.reamaze.io/api/v1/' . $action; $isPost = $method == 'POST'; $isPut = $method == 'PUT'; @@ -222,4 +222,4 @@ protected function log($message) } } -} \ No newline at end of file +}