Skip to content

Commit 1aaffd7

Browse files
authored
Merge pull request #600 from favicode/bbutkovic/waf-2020-fix
correct waf 2020 url
2 parents 167c6ae + a28f443 commit 1aaffd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Model/Api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ private function _getHistoricalEndpoint()
143143

144144
private function _getWafEndpoint()
145145
{
146-
$uri = $this->config->getApiEndpoint() . 'wafs/';
146+
$uri = $this->config->getApiEndpoint() . 'waf/firewalls/';
147147

148148
return $uri;
149149
}

0 commit comments

Comments
 (0)