We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02071ad + d39892f commit 216eaa0Copy full SHA for 216eaa0
src/services/profiles.ts
@@ -8,7 +8,7 @@ import {
8
} from '../types';
9
10
export class ProfilesService extends BaseService {
11
- private readonly basePath = '/api/v1/profiles';
+ private readonly basePath = '/browser/profiles';
12
constructor(apiKey: string, baseUrl: string, timeout: number) {
13
super(apiKey, baseUrl, timeout);
14
}
0 commit comments