#8 - fix header json

This commit is contained in:
jonathan-martz
2025-09-02 19:49:49 +02:00
parent f9911ffc29
commit 76038f8bfb
2 changed files with 0 additions and 2 deletions
-1
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);
-1
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);