Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 7725e92..011dedf 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -29,9 +29,9 @@
*/
return [
- 'routes' => [
- ['name' => 'page#update', 'url' => '/update', 'verb' => 'GET'],
- ],
+ 'routes' => [
+ ['name' => 'page#update', 'url' => '/update', 'verb' => 'GET'],
+ ],
'ocs' => [
['name' => 'api#info', 'url' => '/api/v1/info', 'verb' => 'GET'],
['name' => 'api#DiskData', 'url' => '/api/v1/diskdata', 'verb' => 'GET'],