Added sane url attribute to metadata output.

This commit is contained in:
flash 2023-01-25 18:33:14 +00:00
parent deb26e6b2b
commit 2df60bd7ae
1 changed files with 1 additions and 0 deletions

View File

@ -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);