diff options
author | Tom Needham <tom@owncloud.com> | 2013-04-27 17:52:37 +0100 |
---|---|---|
committer | Tom Needham <tom@owncloud.com> | 2013-04-28 11:53:30 +0100 |
commit | b24e6f11ba55ea4377904ed11663b4b13f777b65 (patch) | |
tree | b5f46238b180593aba283b8dad67844b3b0367bb /ocs | |
parent | d642480c5547b802324d9cce5774b4324d9fb7cc (diff) | |
download | nextcloud-server-b24e6f11ba55ea4377904ed11663b4b13f777b65.tar.gz nextcloud-server-b24e6f11ba55ea4377904ed11663b4b13f777b65.zip |
Fix typo
Diffstat (limited to 'ocs')
-rw-r--r-- | ocs/routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocs/routes.php b/ocs/routes.php index ed54758faef..5fcf05e4f99 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( |