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 d057ee1..a812d47 100644
--- a/index.js
+++ b/index.js
@@ -47,7 +47,7 @@ function cycle() {
 
 var M = new mastodon({
   access_token: process.env.AMBASSADOR_TOKEN,
-  api_url: process.env.INSTANCE_HOST
+  api_url: process.env.INSTANCE_HOST + '/api/v1'
 });
 
 var boosted = {};