Skip to content

Commit

Permalink
Correcting url
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Aug 3, 2016
1 parent bb8f91e commit d303ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KV/KVClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit d303ec8

Please sign in to comment.