Skip to content

Commit

Permalink
Fix path Add deafult json
Browse files Browse the repository at this point in the history
  • Loading branch information
markitosgv committed Aug 8, 2016
1 parent e62b6df commit 4182208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Instasent/Abstracts/InstasentClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ abstract class InstasentClient
*
* @var string
*/
protected $rootEndpoint = 'http://api.instasent.codes';
protected $rootEndpoint = 'http://api.instasent.com';

/**
* Secure Channel URL
*
* @var string
*/
protected $secureChannel = 'http://api.instasent.codes';
protected $secureChannel = 'http://api.instasent.com';

/**
* Api Token
Expand Down

0 comments on commit 4182208

Please sign in to comment.