Skip to content

Commit bc274c6

Browse files
Updated in README file
1 parent 68ce3a1 commit bc274c6

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ node_modules/*
55
reports/*
66
apidocs-templates/*
77
test/smtpconfig.js
8-
test/config.js
8+
test/config.js
9+
test/sync_config.js

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const config = {
22
protocol: "https",
3-
host: "stag-cdn.contentstack.io",
3+
host: "cdn.contentstack.io",
44
port: 443,
55
version: "v3",
66
urls: {

js-sdk-reference.zip

-605 KB
Binary file not shown.

src/core/lib/request.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export default function Request(options) {
4242
queryParams = serialize(options.body);
4343
}
4444

45+
4546
fetch(url + '?' + queryParams, {
4647
method: 'GET',
4748
headers: headers

0 commit comments

Comments
 (0)