Skip to content

Commit 6cbfe35

Browse files
authored
Merge pull request #212 from contentstack/refactor/remove-internal-url
Refactor/remove internal url
2 parents 8015fdb + 740a9ec commit 6cbfe35

File tree

3 files changed

+107
-29
lines changed

3 files changed

+107
-29
lines changed

package-lock.json

Lines changed: 106 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lodash": "^4.17.21",
2828
"open": "^9.1.0",
2929
"shelljs": "^0.8.5",
30-
"tmp": "^0.2.1",
30+
"tmp": "^0.2.2",
3131
"winston": "^3.11.0"
3232
},
3333
"devDependencies": {

src/config/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const config = {
1313
"azure-na-developerhub-api.contentstack.com",
1414
"https://azure-eu-api.contentstack.com":
1515
"azure-eu-developerhub-api.contentstack.com",
16-
"https://stag-api.csnonprod.com": "stag-developerhub-api.csnonprod.com",
1716
"https://gcp-na-api.contentstack.com": "gcp-na-developerhub-api.contentstack.com",
1817
},
1918
appBoilerplateGithubUrl:

0 commit comments

Comments
 (0)