Skip to content

Commit

Permalink
fixed typo in list_known_rogueaps()
Browse files Browse the repository at this point in the history
  • Loading branch information
malle-pietje committed Oct 18, 2017
1 parent e6ffb2e commit 141b0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ public function list_rogueaps($within = 24)
public function list_known_rogueaps()
{
if (!$this->is_loggedin) return false;
$response = $this->exec_curl('/api/s/'.$this->site.'/stat/rogueknown');
$response = $this->exec_curl('/api/s/'.$this->site.'/rest/rogueknown');
return $this->process_response($response);
}

Expand Down

0 comments on commit 141b0ff

Please sign in to comment.