Skip to content

Commit

Permalink
fix issue #8
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsir committed Jun 20, 2018
1 parent e363f1c commit 01672ac
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 01672ac

Please sign in to comment.