fix: [API] bro deprecation message was premature

- needs to be added to restsearch first
pull/5417/head
iglocska 2019-11-20 15:36:48 +01:00
parent 7aed94c391
commit af87a64111
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ class DeprecationComponent extends Component
public function initialize(Controller $controller) {
$this->deprecatedEndpoints = array(
'attributes' => array(
'bro' => __('Use /attributes/restSearch to export in zeek format.'),
'rpz' => __('Use /attributes/restSearch to export RPZ rules.'),
'text' => __('Use /attributes/restSearch to export flat indicator lists.')
),