register public.php?service=host-meta
This commit is contained in:
parent
4462b26160
commit
f0362dbf58
|
@ -3,4 +3,5 @@ OCP\App::register( array(
|
|||
'order' => 11,
|
||||
'id' => 'user_webfinger',
|
||||
'name' => 'Webfinger' ));
|
||||
OCP\CONFIG::setAppValue('core', 'public_host-meta', '/apps/user_webfinger/host-meta.php');
|
||||
OCP\CONFIG::setAppValue('core', 'public_webfinger', '/apps/user_webfinger/webfinger.php');
|
||||
|
|
Loading…
Reference in New Issue