Added Suggestion module on pages

This commit is contained in:
cuneytsenturk
2018-05-25 16:57:58 +03:00
parent 2b9721195d
commit 272b46e8a9
6 changed files with 110 additions and 1 deletions

View File

@ -18,6 +18,7 @@ trait SiteApi
'Authorization' => 'Bearer ' . setting('general.api_token'),
'Accept' => 'application/json',
'Referer' => env('APP_URL'),
'Akaunting' => version('short')
);
$data['http_errors'] = false;
@ -32,4 +33,4 @@ trait SiteApi
return $result;
}
}
}