From acb6ec54e4c5ba7d3ba9cdbcfaefd80dc2f6bae1 Mon Sep 17 00:00:00 2001 From: myk bilokonsky Date: Mon, 10 Apr 2017 03:26:50 +0200 Subject: there it is --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {}; -- cgit