Typo in hook url
This commit is contained in:
parent
d876bdac34
commit
55a9c73ff7
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ export default {
|
||||||
component.jsonData = '';
|
component.jsonData = '';
|
||||||
component.isLoading = true;
|
component.isLoading = true;
|
||||||
component.exampleCode = '# Example code using the daemon\ncurl \'http://localhost:5279\' --data \'{"method":"resolve","params":{"uri":"' + this.address + '"}}\'';
|
component.exampleCode = '# Example code using the daemon\ncurl \'http://localhost:5279\' --data \'{"method":"resolve","params":{"uri":"' + this.address + '"}}\'';
|
||||||
this.$http.get('https://betalbry.tech/forward?method=resolve&uri=' + this.address).then(function(response) {
|
this.$http.get('https://lbry.tech/forward?method=resolve&uri=' + this.address).then(function(response) {
|
||||||
component.isLoading = false;
|
component.isLoading = false;
|
||||||
component.jsonData = JSON.stringify(response.body, null, ' ');
|
component.jsonData = JSON.stringify(response.body, null, ' ');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue