diff options
-rw-r--r-- | apps/theming/appinfo/routes.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/theming/appinfo/routes.php b/apps/theming/appinfo/routes.php index dbbae372ffd..ac0463e2c26 100644 --- a/apps/theming/appinfo/routes.php +++ b/apps/theming/appinfo/routes.php @@ -49,9 +49,9 @@ namespace OCA\Theming\AppInfo; 'verb' => 'GET', ], [ - 'name' => 'Theming#getLoginBackground', - 'url' => '/loginbackground', - 'verb' => 'GET', + 'name' => 'Theming#getLoginBackground', + 'url' => '/loginbackground', + 'verb' => 'GET', ], ))); |