Skip to content

Commit b901a4a

Browse files
committed
fix: endpoint
1 parent a13b261 commit b901a4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/resources/fc/impl/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export const getCustomEndpoint = (
126126

127127
return {
128128
protocol: 'https',
129-
host: endpoint,
130-
endpoint: `https://${endpoint}`,
129+
host: CUSTOM_ENDPOINT,
130+
endpoint: `https://${CUSTOM_ENDPOINT}`,
131131
};
132132
};

0 commit comments

Comments
 (0)