Skip to content

Commit b4a8343

Browse files
committed
fix: update base path for feeds
1 parent 2f26c06 commit b4a8343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StreamClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class StreamClient extends CommonApi {
4747
const timeout = config?.timeout ?? StreamClient.DEFAULT_TIMEOUT;
4848
const chatBaseUrl = config?.basePath ?? 'https://chat.stream-io-api.com';
4949
const videoBaseUrl = config?.basePath ?? 'https://video.stream-io-api.com';
50-
const feedsBaseUrl = config?.basePath ?? 'https://video.stream-io-api.com';
50+
const feedsBaseUrl = config?.basePath ?? 'https://feeds.stream-io-api.com';
5151
const chatApiClient = new ApiClient({
5252
apiKey,
5353
token,

0 commit comments

Comments
 (0)