Skip to content

Commit 6bb337b

Browse files
authored
fix: correctly make use of apiPublicBaseUrl from config (#521)
1 parent 417a707 commit 6bb337b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/apify/src/actor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,6 +1553,7 @@ export class Actor<Data extends Dictionary = Dictionary> {
15531553
const { apifyVersion, crawleeVersion } = getSystemInfo();
15541554
return new ApifyClient({
15551555
baseUrl: this.config.get('apiBaseUrl'),
1556+
publicBaseUrl: this.config.get('apiPublicBaseUrl'),
15561557
token: this.config.get('token'),
15571558
userAgentSuffix: [
15581559
`SDK/${apifyVersion}`,

0 commit comments

Comments
 (0)