Skip to content

Commit f39ba0c

Browse files
committed
Update default Pocket base URL in Pocket class constructor
1 parent 2fe550c commit f39ba0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pocket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Pocket
3030
*/
3131
public function __construct(
3232
string $apiKey,
33-
string $baseUrl = 'https://app.heypocket.com',
33+
string $baseUrl = 'https://production.heypocketai.com',
3434
string $apiVersion = 'v1',
3535
int $timeout = 30,
3636
int $retryTimes = 3,

0 commit comments

Comments
 (0)