nextcloud/apps/user_webfinger/appinfo/app.php

4 lines
188 B
PHP

<?php
OCP\CONFIG::setAppValue('core', 'public_host-meta', '/apps/user_webfinger/host-meta.php');
OCP\CONFIG::setAppValue('core', 'public_webfinger', '/apps/user_webfinger/webfinger.php');