]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Merge pull request #10064 from annando/dba-error
[friendica.git] / static / routes.config.php
index a432d0d89eccabdc689b6918933f7c17bb4eb32c..96293254ce441406351fcb73e9ac44413b0b8223 100644 (file)
@@ -44,6 +44,7 @@ return [
        '/.well-known' => [
                '/host-meta'      => [Module\WellKnown\HostMeta::class,     [R::GET]],
                '/nodeinfo'       => [Module\WellKnown\NodeInfo::class,     [R::GET]],
+               '/security.txt'   => [Module\WellKnown\SecurityTxt::class,  [R::GET]],
                '/webfinger'      => [Module\Xrd::class,                    [R::GET]],
                '/x-nodeinfo2'    => [Module\NodeInfo210::class,            [R::GET]],
                '/x-social-relay' => [Module\WellKnown\XSocialRelay::class, [R::GET]],