diff --git a/src/structures/LBRY.js b/src/structures/LBRY.js index b7ee6f6..f7ea4c3 100644 --- a/src/structures/LBRY.js +++ b/src/structures/LBRY.js @@ -67,7 +67,7 @@ class LBRY { payload.params = params; return this._request({ - url: '', + url: '/', method: 'post', bodyType: 'json', body: payload