nextcloud/lib/private/Route
Julius Härtl 4b1576e978
First attempt to check against core routes before loading all app routes
Most of the time we will find a matching route in either the loaded ones
matched on the URL or in the core ones. Therfore we can attempt to try
those first and only load all app routes if no match was found by the
Symfony URLMatcher.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-02 17:57:04 +02:00
..
CachingRouter.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
Route.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Router.php First attempt to check against core routes before loading all app routes 2021-06-02 17:57:04 +02:00