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.
2 parents 7de8de5 + 4ecec91 commit c271dd7Copy full SHA for c271dd7
.gitignore
@@ -5,4 +5,5 @@ node_modules/*
5
reports/*
6
apidocs-templates/*
7
test/smtpconfig.js
8
-test/config.js
+test/config.js
9
+test/sync_config.js
config.js
@@ -4,6 +4,7 @@ const config = {
4
port: 443,
version: "v3",
urls: {
+ sync: "/stacks/sync",
content_types: "/content_types/",
entries: "/entries/",
10
assets: "/assets/",
0 commit comments