Skip to content

Commit d303ec8

Browse files
committed
Correcting url
1 parent bb8f91e commit d303ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KV/KVClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function valueList($prefix = '', QueryOptions $queryOptions = null)
9898
}
9999

100100
if ('' === $prefix)
101-
$r = new HttpRequest('get', 'v1/kv', $this->_Config);
101+
$r = new HttpRequest('get', 'v1/kv/', $this->_Config);
102102
else
103103
$r = new HttpRequest('get', sprintf('v1/kv/%s', $prefix), $this->_Config);
104104

0 commit comments

Comments
 (0)