Minor fixes
This commit is contained in:
parent
20be481c1c
commit
66127d15f4
1 changed files with 2 additions and 2 deletions
|
@ -107,9 +107,9 @@
|
|||
curl "http://localhost:5279" --data "{ "method": "resolve", "params": { "uri": "${this.address}" } }"
|
||||
`;
|
||||
|
||||
this.$http.post("https://lbry.tech/forward", {
|
||||
component.$http.post("https://lbry.tech/forward", {
|
||||
method: "resolve",
|
||||
uri: this.address
|
||||
uri: component.address
|
||||
}).then(response => {
|
||||
component.isLoading = false;
|
||||
component.jsonData = JSON.stringify(response.body, null, " ");
|
||||
|
|
Loading…
Reference in a new issue