Added sane url attribute to metadata output.
This commit is contained in:
parent
deb26e6b2b
commit
2df60bd7ae
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ final class v1_0 implements \Uiharu\IApi {
|
|||
$parsedUrl->setScheme('https');
|
||||
|
||||
$resp->uri = $parsedUrl->toV1();
|
||||
$resp->url = (string)$parsedUrl;
|
||||
|
||||
$urlHash = $parsedUrl->calculateHash(false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue