From 01672ac5769a073e431246903116700c1c544a6e Mon Sep 17 00:00:00 2001 From: nilsir Date: Wed, 20 Jun 2018 13:56:24 +0800 Subject: [PATCH] fix issue #8 --- src/Kong/Apis/Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kong/Apis/Plugin.php b/src/Kong/Apis/Plugin.php index 96fe3ee..f00973f 100644 --- a/src/Kong/Apis/Plugin.php +++ b/src/Kong/Apis/Plugin.php @@ -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); } /**