switch to "token"
This commit is contained in:
@@ -30,7 +30,7 @@ function pageTeam($message, $pagerApi, $pagerApiSecret)
|
|||||||
CURLOPT_POSTFIELDS => $message,
|
CURLOPT_POSTFIELDS => $message,
|
||||||
CURLOPT_HTTPHEADER => [
|
CURLOPT_HTTPHEADER => [
|
||||||
'Content-Type: text/plain',
|
'Content-Type: text/plain',
|
||||||
'Authorization: Bearer ' . $pagerApiSecret
|
'Authorization: Token ' . $pagerApiSecret
|
||||||
]
|
]
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user