diff options
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r-- | apps/files/appinfo/routes.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php index 6f8a6878aac..f900b5ffbd8 100644 --- a/apps/files/appinfo/routes.php +++ b/apps/files/appinfo/routes.php @@ -100,11 +100,6 @@ $application->registerRoutes( ], 'ocs' => [ [ - 'name' => 'DirectEditing#get', - 'url' => '/api/v1/directEditing', - 'verb' => 'GET' - ], - [ 'name' => 'DirectEditing#templates', 'url' => '/api/v1/directEditing/templates/{editorId}/{creatorId}', 'verb' => 'GET' |