aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files/appinfo/routes.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php
index 60ba6afdf7a..1de9cad56b2 100644
--- a/apps/files/appinfo/routes.php
+++ b/apps/files/appinfo/routes.php
@@ -58,18 +58,6 @@ $application->registerRoutes(
'verb' => 'GET',
],
[
- 'name' => 'view#index',
- 'url' => '/{view}',
- 'verb' => 'GET',
- 'postfix' => 'view',
- ],
- [
- 'name' => 'view#index',
- 'url' => '/{view}/{fileid}',
- 'verb' => 'GET',
- 'postfix' => 'fileid',
- ],
- [
'name' => 'View#showFile',
'url' => '/f/{fileid}',
'verb' => 'GET',
@@ -147,6 +135,18 @@ $application->registerRoutes(
'url' => '/directEditing/{token}',
'verb' => 'GET'
],
+ [
+ 'name' => 'view#index',
+ 'url' => '/{view}',
+ 'verb' => 'GET',
+ 'postfix' => 'view',
+ ],
+ [
+ 'name' => 'view#index',
+ 'url' => '/{view}/{fileid}',
+ 'verb' => 'GET',
+ 'postfix' => 'fileid',
+ ],
],
'ocs' => [
[