mirror of
https://github.com/Qortal/qortal.git
synced 2025-04-14 23:35:54 +00:00
GET_AT missing a slash
This commit is contained in:
parent
9e45d640bc
commit
e5b6e893cd
@ -456,7 +456,7 @@ window.addEventListener("message", async (event) => {
|
||||
return httpGetAsyncWithEvent(event, url);
|
||||
|
||||
case "GET_AT":
|
||||
url = "/at" + data.atAddress;
|
||||
url = "/at/" + data.atAddress;
|
||||
return httpGetAsyncWithEvent(event, url);
|
||||
|
||||
case "GET_AT_DATA":
|
||||
|
Loading…
x
Reference in New Issue
Block a user