Skip to content

Commit 4182208

Browse files
committed
Fix path Add deafult json
1 parent e62b6df commit 4182208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Instasent/Abstracts/InstasentClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ abstract class InstasentClient
1818
*
1919
* @var string
2020
*/
21-
protected $rootEndpoint = 'http://api.instasent.codes';
21+
protected $rootEndpoint = 'http://api.instasent.com';
2222

2323
/**
2424
* Secure Channel URL
2525
*
2626
* @var string
2727
*/
28-
protected $secureChannel = 'http://api.instasent.codes';
28+
protected $secureChannel = 'http://api.instasent.com';
2929

3030
/**
3131
* Api Token

0 commit comments

Comments
 (0)