Skip to content

Commit

Permalink
Change Remaze API url
Browse files Browse the repository at this point in the history
  • Loading branch information
mixisLv authored May 18, 2018
1 parent c7a2086 commit 5fa8a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down Expand Up @@ -222,4 +222,4 @@ protected function log($message)
}
}

}
}

0 comments on commit 5fa8a28

Please sign in to comment.