fix: ensResourceURL
This commit is contained in:
parent
f5d53f9112
commit
528210b50f
|
@ -44,6 +44,7 @@ method ensResourceURL*(self: Service, username: string, url: string): (string, s
|
|||
let (scheme, host, path) = self.ensService.resourceUrl(username)
|
||||
if host == "":
|
||||
return (url, url, HTTPS_SCHEME, "", false)
|
||||
return (url, host, scheme, path, true)
|
||||
|
||||
|
||||
method postMessage*(self: Service, requestType: string, message: string): string =
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e13f9041216553dfe2fdc2abff25619e6711d695
|
||||
Subproject commit 1049b37c497aaafeca4d3050543adfe950623d76
|
Loading…
Reference in New Issue