Commit d1c540ba authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Finalisation utilisation token api

parent 587d7fc1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ class CurlAccess
        ];
        if(!empty($token))
        {
            $this->headers[] = 'x-api-token: ' . $token;
            $this->headers[] = 'X-API-Key: ' . $token;
        }
    }