chg: [localTool:MISP] Indentation
parent
ab6d4eb8c6
commit
1be4978f28
|
@ -202,8 +202,8 @@ class MispConnector extends CommonConnectorTools
|
||||||
$url = $this->urlAppendParams($url, $params);
|
$url = $this->urlAppendParams($url, $params);
|
||||||
$response = $http->post($settings['url'] . $url, json_encode($params['body']), [
|
$response = $http->post($settings['url'] . $url, json_encode($params['body']), [
|
||||||
'headers' => [
|
'headers' => [
|
||||||
'AUTHORIZATION' => $settings['authkey'],
|
'AUTHORIZATION' => $settings['authkey'],
|
||||||
'Accept' => 'application/json',
|
'Accept' => 'application/json',
|
||||||
],
|
],
|
||||||
'type' => 'json',
|
'type' => 'json',
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue