From 3f8168b6e5c0fc14709b713d9ca4943f9df70273 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 23 Mar 2020 16:33:11 +0100 Subject: Allow some apps to have root URLs in their own routing file Signed-off-by: Joas Schilling --- lib/private/Route/Router.php | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/private/Route/Router.php') diff --git a/lib/private/Route/Router.php b/lib/private/Route/Router.php index ccb1578f8d3..9c6e69908e7 100644 --- a/lib/private/Route/Router.php +++ b/lib/private/Route/Router.php @@ -151,7 +151,6 @@ class Router implements IRouter { $this->useCollection($app); $this->requireRouteFile($file, $app); $collection = $this->getCollection($app); - $collection->addPrefix('/apps/' . $app); $this->root->addCollection($collection); // Also add the OCS collection -- cgit v1.2.3