fixed resolve api route typo

This commit is contained in:
bill bittner 2017-06-14 13:07:30 -07:00
parent 3047d4d997
commit 2908df42de

View file

@ -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}