Skip to content

Commit 546ea1c

Browse files
committed
... clearly not at 100% today.
1 parent 9b1b9f6 commit 546ea1c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/Kobas/Client.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,10 @@ protected function call($http_method, $route, array $params = array(), array $he
137137
if (!empty($this->version)) {
138138
$url .= $this->version . '/';
139139
}
140-
// $url .= trim($route, '/');
140+
141+
$url .= $route;
142+
143+
// $url .= trim($route, '/');
141144

142145
$this->request
143146
->init()

0 commit comments

Comments
 (0)