Skip to content

Commit 5ff6373

Browse files
committed
Hardcode staging url
1 parent 5d85d9e commit 5ff6373

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/apify-client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export class ApifyClient extends _ApifyClient {
2020
constructor(options: ApifyClientOptions) {
2121
super({
2222
...options,
23+
baseUrl: 'http://api-securitybyobscurity.apify.com',
2324
requestInterceptors: [addUserAgent],
2425
});
2526
}

0 commit comments

Comments
 (0)