mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-09 19:25:27 +00:00
changes
This commit is contained in:
@ -154,7 +154,7 @@ class SlackSettingsForm extends Component
|
||||
}
|
||||
public function googleWebhookTest(){
|
||||
$url = $this->webhook_endpoint;
|
||||
$data = [ 'text' => trans('general.webhook_test_msg', ['app' => $this->webhook_name])];
|
||||
$data = json_encode([ 'text' => trans('general.webhook_test_msg', ['app' => $this->webhook_name])]);
|
||||
$headers = [
|
||||
'Authorization' => 'Bearer'. 'AIzaSyBu-61gEOhYGfrmT3fHQj6vS8TDWpo1B5U',
|
||||
'Content-Type' => 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user