From 1bbbdc976d7add80ae526d8c1e463bd828339223 Mon Sep 17 00:00:00 2001 From: pluralcafe-docker Date: Wed, 22 Aug 2018 07:58:45 +0000 Subject: Method POST --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 => { -- cgit