fixed resolve api route typo
This commit is contained in:
parent
3047d4d997
commit
2908df42de
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ module.exports = {
|
|||
},
|
||||
resolveUri: function(uri){
|
||||
var deferred = new Promise(function(resolve, reject){
|
||||
console.log(">> lbryApi >> resolveUri:", claimName);
|
||||
console.log(">> lbryApi >> resolveUri:", uri);
|
||||
axios.post('http://localhost:5279/lbryapi', {
|
||||
"method": "resolve",
|
||||
"params": { "uri": uri}
|
||||
|
|
Loading…
Add table
Reference in a new issue