diff --git a/src/KV/KVClient.php b/src/KV/KVClient.php index 75add27..ecdf183 100644 --- a/src/KV/KVClient.php +++ b/src/KV/KVClient.php @@ -98,7 +98,7 @@ public function valueList($prefix = '', QueryOptions $queryOptions = null) } if ('' === $prefix) - $r = new HttpRequest('get', 'v1/kv', $this->_Config); + $r = new HttpRequest('get', 'v1/kv/', $this->_Config); else $r = new HttpRequest('get', sprintf('v1/kv/%s', $prefix), $this->_Config);