Skip to content

Commit

Permalink
Merge pull request #9 from nilsir/master
Browse files Browse the repository at this point in the history
fix issue #8
  • Loading branch information
therealgambo authored Jun 20, 2018
2 parents e363f1c + 01672ac commit 5fc3774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kong/Apis/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function get($identifier, array $params = [], array $headers = [])
*/
public function getEnabledPlugins(array $params = [], array $headers = [])
{
return $this->getRequest('/plugins/enabled', $params, $headers);
return $this->getRequest('plugins/enabled', $params, $headers);
}

/**
Expand Down

0 comments on commit 5fc3774

Please sign in to comment.