Skip to content

Commit 216eaa0

Browse files
authored
Merge pull request #26 from scrapeless-ai/fix/browser_profile
fix(profile): fix gateway address
2 parents 02071ad + d39892f commit 216eaa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/profiles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
} from '../types';
99

1010
export class ProfilesService extends BaseService {
11-
private readonly basePath = '/api/v1/profiles';
11+
private readonly basePath = '/browser/profiles';
1212
constructor(apiKey: string, baseUrl: string, timeout: number) {
1313
super(apiKey, baseUrl, timeout);
1414
}

0 commit comments

Comments
 (0)