mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-24 05:34:08 +00:00
Update config references
This commit is contained in:
@@ -11,7 +11,7 @@ trait SiteApi
|
||||
{
|
||||
protected static function getRemote($url, $data = [], $token = null)
|
||||
{
|
||||
$client = new Client(['verify' => false, 'base_uri' => config('crater.base_url').'/']);
|
||||
$client = new Client(['verify' => false, 'base_uri' => config('invoiceshelf.base_url').'/']);
|
||||
|
||||
$headers['headers'] = [
|
||||
'Accept' => 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user