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.
1 parent 5d85d9e commit 5ff6373Copy full SHA for 5ff6373
src/apify-client.ts
@@ -20,6 +20,7 @@ export class ApifyClient extends _ApifyClient {
20
constructor(options: ApifyClientOptions) {
21
super({
22
...options,
23
+ baseUrl: 'http://api-securitybyobscurity.apify.com',
24
requestInterceptors: [addUserAgent],
25
});
26
}
0 commit comments