mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 23:34:22 -04:00
Fix indentation
This commit is contained in:
parent
89e889c832
commit
a0e92b5fb0
1 changed files with 3 additions and 3 deletions
|
|
@ -49,9 +49,9 @@ namespace OCA\Theming\AppInfo;
|
|||
'verb' => 'GET',
|
||||
],
|
||||
[
|
||||
'name' => 'Theming#getLoginBackground',
|
||||
'url' => '/loginbackground',
|
||||
'verb' => 'GET',
|
||||
'name' => 'Theming#getLoginBackground',
|
||||
'url' => '/loginbackground',
|
||||
'verb' => 'GET',
|
||||
],
|
||||
)));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue