Skip to content

Commit d7cd94a

Browse files
committed
Rollback change to BASE_URI (mistake)
1 parent 9b35455 commit d7cd94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/NewTwitchApi/HelixGuzzleClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class HelixGuzzleClient extends Client
1010
{
11-
private const BASE_URI = 'https://ad5211862b1bcde69e96954213b8859a.m.pipedream.net/';
11+
private const BASE_URI = 'https://api.twitch.tv/helix/';
1212

1313
public function __construct(string $clientId, array $config = [])
1414
{

0 commit comments

Comments
 (0)