Fix typo
This commit is contained in:
parent
66053693f8
commit
1e1a8b2f3c
|
@ -11,7 +11,7 @@ OC_API::register(
|
|||
'/config',
|
||||
array('OC_OCS_Config', 'apiConfig'),
|
||||
'core',
|
||||
OC_API::GUEST_AUT
|
||||
OC_API::GUEST_AUTH
|
||||
);
|
||||
// Person
|
||||
OC_API::register(
|
||||
|
|
Loading…
Reference in New Issue