diff --git a/ocs/routes.php b/ocs/routes.php index ed54758fae..5fcf05e4f9 100644 --- a/ocs/routes.php +++ b/ocs/routes.php @@ -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(