summary refs log tree commit diff
diff options
context:
space:
mode:
authorpluralcafe-docker <docker@plural.cafe>2018-08-22 07:58:45 +0000
committerpluralcafe-docker <docker@plural.cafe>2018-08-22 07:58:45 +0000
commit1bbbdc976d7add80ae526d8c1e463bd828339223 (patch)
treebb7e28f8857969f5e51689ab2c2e80ef4cc5288e
parente530b55b8dc55f4c8974d2999b7e572b19941c4c (diff)
Method POST
-rw-r--r--index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.js b/index.js
index 7b607ca..28a5a07 100644
--- a/index.js
+++ b/index.js
@@ -165,7 +165,8 @@ function boost(rows) {
       headers: {
         'Authorization': 'Bearer ' + AMBASSADOR_TOKEN
       },
-      body: ''
+      body: '',
+      method: 'POST'
     })
     .then(res => res.json())
     .then(result => {