summaryrefslogtreecommitdiffstats
path: root/lib/private/Route
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-07-20 22:50:50 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-07-21 08:51:14 +0200
commit7753b93aa6f6a7815bed8b649212037f681b5560 (patch)
tree245eaa430ed8291f8cbd9707a38edfa563129fea /lib/private/Route
parentc0e9b374f16b139dc298c8c953f36b519b80793e (diff)
downloadnextcloud-server-7753b93aa6f6a7815bed8b649212037f681b5560.tar.gz
nextcloud-server-7753b93aa6f6a7815bed8b649212037f681b5560.zip
PrivateData to app
* PrivateData is an app now: https://github.com/nextcloud/privatedata * No need to load the OCS routes.php (as there is none!) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/private/Route')
-rw-r--r--lib/private/Route/Router.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/Route/Router.php b/lib/private/Route/Router.php
index 71aabe15c51..34ffd244eb7 100644
--- a/lib/private/Route/Router.php
+++ b/lib/private/Route/Router.php
@@ -171,8 +171,6 @@ class Router implements IRouter {
$this->root->addCollection($collection);
}
if ($this->loaded) {
- // include ocs routes, must be loaded last for /ocs prefix
- require_once __DIR__ . '/../../../ocs/routes.php';
$collection = $this->getCollection('ocs');
$collection->addPrefix('/ocs');
$this->root->addCollection($collection);