diff --git a/mod.php b/mod.php index 9d8b35c..e1477eb 100644 --- a/mod.php +++ b/mod.php @@ -30,7 +30,7 @@ function pageTeam($message, $pagerApi, $pagerApiSecret) CURLOPT_POSTFIELDS => $message, CURLOPT_HTTPHEADER => [ 'Content-Type: text/plain', - 'Authorization: Bearer ' . $pagerApiSecret + 'Authorization: Token ' . $pagerApiSecret ] ]);