2 Commits

Author SHA1 Message Date
Jonathan Martz
e71299b013 Merge pull request #9 from jonathan-martz/issue/8
#8 - fix header json
2025-09-02 19:58:47 +02:00
jonathan-martz
76038f8bfb #8 - fix header json 2025-09-02 19:49:49 +02:00
2 changed files with 0 additions and 2 deletions

View File

@@ -163,7 +163,6 @@ class Collection
if (self::$token != '') {
$headers = array(
'Content-Type:application/json',
'Authorization: ' . self::$token
);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);

View File

@@ -41,7 +41,6 @@ class Settings
if (self::$token != '') {
$headers = array(
'Content-Type:application/json',
'Authorization: ' . self::$token
);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);