Apps page url and function name changed
This commit is contained in:
@ -16,6 +16,7 @@ trait SiteApi
|
||||
$headers['headers'] = array(
|
||||
'Authorization' => 'Bearer ' . setting('general.api_token'),
|
||||
'Accept' => 'application/json',
|
||||
'referer' => env('APP_URL'),
|
||||
);
|
||||
|
||||
$data['http_errors'] = false;
|
||||
|
Reference in New Issue
Block a user