summaryrefslogtreecommitdiffstats
path: root/core/routes.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-08-09 11:27:55 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2016-08-09 20:56:31 +0200
commit69da896785cf3baab583577b119310c1a2938a64 (patch)
treed94b5192558e623215ce69ede6649fa646cd7d13 /core/routes.php
parent02449c83365fae8d5a47b001b18605478122bd86 (diff)
downloadnextcloud-server-69da896785cf3baab583577b119310c1a2938a64.tar.gz
nextcloud-server-69da896785cf3baab583577b119310c1a2938a64.zip
Move /cloud/user to Core app
Diffstat (limited to 'core/routes.php')
-rw-r--r--core/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/routes.php b/core/routes.php
index 92ce4440ecf..b4868c14cf3 100644
--- a/core/routes.php
+++ b/core/routes.php
@@ -55,6 +55,7 @@ $application->registerRoutes($this, [
],
'ocs' => [
['root' => '/cloud', 'name' => 'OCS#getCapabilities', 'url' => '/capabilities', 'verb' => 'GET'],
+ ['root' => '/cloud', 'name' => 'OCS#getCurrentUser', 'url' => '/user', 'verb' => 'GET'],
],
]);