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 74cffc0 commit a75e118Copy full SHA for a75e118
lib/core/contentstackHTTPClient.js
@@ -82,7 +82,7 @@ export default function contentstackHttpClient (options) {
82
let developerHubBaseUrl
83
if (config.host && (config.host.startsWith('dev') || config.host.startsWith('stag'))) {
84
developerHubBaseUrl = config.host
85
- .replace('api', 'developerhub-api')
+ .replace('api', 'developerhub-api')
86
.replace(/^dev\d+/, 'dev')
87
.replace(/^stag\d+/, 'stag')
88
.replace(/^http:\/\//, '')
0 commit comments