summary refs log tree commit diff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
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);