From 696655edd0f989a379d8da8915793bb4ce96a20f Mon Sep 17 00:00:00 2001 From: myk bilokonsky Date: Mon, 10 Apr 2017 01:50:46 +0200 Subject: fixed typo --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.js') diff --git a/index.js b/index.js index 047a84f..7a22bfd 100644 --- a/index.js +++ b/index.js @@ -60,7 +60,7 @@ function boost(rows) { return !boosted[id]; }) .forEach(function(id) { - M.post(`/api/vi/statuses/${id}/reblog`, function(err, result) { + M.post(`statuses/${id}/reblog`, function(err, result) { console.log(`boosted status #${id}`); console.dir(err); console.dir(result); -- cgit