Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ocs
diff options
context:
space:
mode:
authorTom Needham <tom@owncloud.com>2013-04-27 20:52:37 +0400
committerTom Needham <tom@owncloud.com>2013-04-28 14:53:30 +0400
commitb24e6f11ba55ea4377904ed11663b4b13f777b65 (patch)
treeb5f46238b180593aba283b8dad67844b3b0367bb /ocs
parentd642480c5547b802324d9cce5774b4324d9fb7cc (diff)
Fix typo
Diffstat (limited to 'ocs')
-rw-r--r--ocs/routes.php2
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(