mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
Hotfix SDK request
This commit is contained in:
parent
eee672c1ba
commit
cb037b64a8
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class LBRY {
|
||||||
payload.params = params;
|
payload.params = params;
|
||||||
|
|
||||||
return this._request({
|
return this._request({
|
||||||
url: '',
|
url: '/',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
bodyType: 'json',
|
bodyType: 'json',
|
||||||
body: payload
|
body: payload
|
||||||
|
|
Loading…
Add table
Reference in a new issue