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

github.com/nextcloud/twofactor_totp.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.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index b58d54f..44444c6 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -19,16 +19,16 @@
*
*/
return [
- 'routes' => [
- [
- 'name' => 'settings#state',
- 'url' => '/settings/state',
- 'verb' => 'GET'
- ],
- [
- 'name' => 'settings#enable',
- 'url' => '/settings/enable',
- 'verb' => 'POST'
- ],
- ]
+ 'routes' => [
+ [
+ 'name' => 'settings#state',
+ 'url' => '/settings/state',
+ 'verb' => 'GET'
+ ],
+ [
+ 'name' => 'settings#enable',
+ 'url' => '/settings/enable',
+ 'verb' => 'POST'
+ ],
+ ]
];