Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 9c5d15f

Browse files
committed
:octocat:
1 parent d6a0523 commit 9c5d15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/OAuthProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public function __call(string $name, array $arguments):ResponseInterface{
209209

210210
$m = $this->endpoints->{$name};
211211

212-
$endpoint = $m['path'];
212+
$endpoint = $this->endpoints->API_BASE.$m['path'];
213213
$method = $m['method'] ?? 'GET';
214214
$body = [];
215215
$headers = isset($m['headers']) && is_array($m['headers']) ? $m['headers'] : [];

0 commit comments

Comments
 (0)