diff options
-rw-r--r-- | index.js | 2 |
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 = {}; |