#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

View File

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

View File

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