Skip to content

Commit

Permalink
Merge branch 'activepieces:main' into apitraffic/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfill authored Feb 4, 2025
2 parents 0404371 + 96131cc commit b57a56e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const domainHelper = {
return domainHelper.getPublicUrl({ path: `/api/${cleanLeadingSlash(path ?? '')}`, platformId })
},
async getInternalUrl({ path, platformId }: InternalUrlParams): Promise<string> {
const internalUrl = system.getOrThrow(AppSystemProp.INTERNAL_URL)
const internalUrl = system.get(AppSystemProp.INTERNAL_URL)
if (!isNil(internalUrl)) {
return networkUtils.combineUrl(internalUrl, path ?? '')
}
Expand Down

0 comments on commit b57a56e

Please sign in to comment.