[COMPONENT][FreeNetwork] Set JRD as the default mimetype for .well-know/host-meta

This commit is contained in:
Diogo Peralta Cordeiro 2022-01-01 18:58:09 +00:00
parent d6cd33019d
commit 6ea45df3b8
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ use Component\FreeNetwork\Util\XrdController;
class HostMeta extends XrdController
{
protected string $default_mimetype = Discovery::XRD_MIMETYPE;
protected string $default_mimetype = Discovery::JRD_MIMETYPE;
public function setXRD()
{