Probably fixed TETR.IO lookups.

This commit is contained in:
flash 2022-07-27 18:20:24 +00:00
parent 62b7a08bc3
commit 2a18242d08

View file

@ -18,6 +18,7 @@ curl_setopt_array($curl, [
CURLOPT_POSTFIELDS => json_encode(['query' => (string)filter_input(INPUT_GET, 'q', FILTER_SANITIZE_STRING)]),
CURLOPT_HTTPHEADER => [
'Authorization: Bearer ' . TETRIO_TOKEN,
'Accept: application/json',
'Content-Type: application/json',
],
]);