diff options
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r-- | apps/files/appinfo/routes.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php index 9c45668333b..dabbeab978e 100644 --- a/apps/files/appinfo/routes.php +++ b/apps/files/appinfo/routes.php @@ -62,11 +62,6 @@ $application->registerRoutes( 'root' => '', ], [ - 'name' => 'ajax#getStorageStats', - 'url' => '/ajax/getstoragestats', - 'verb' => 'GET', - ], - [ 'name' => 'API#getThumbnail', 'url' => '/api/v1/thumbnail/{x}/{y}/{file}', 'verb' => 'GET', @@ -84,6 +79,11 @@ $application->registerRoutes( 'verb' => 'GET' ], [ + 'name' => 'API#getStorageStats', + 'url' => '/api/v1/stats', + 'verb' => 'GET' + ], + [ 'name' => 'API#setConfig', 'url' => '/api/v1/config/{key}', 'verb' => 'POST' |