Update routes.php
This commit is contained in:
parent
2f574f60ec
commit
2de4112176
1 changed files with 2 additions and 4 deletions
|
@ -24,9 +24,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
namespace OCA\Theming\AppInfo;
|
||||
|
||||
(new \OCP\AppFramework\App('theming'))->registerRoutes($this, array('routes' => array(
|
||||
return ['routes' => [
|
||||
[
|
||||
'name' => 'Theming#updateStylesheet',
|
||||
'url' => '/ajax/updateStylesheet',
|
||||
|
@ -57,5 +55,5 @@ namespace OCA\Theming\AppInfo;
|
|||
'url' => '/loginbackground',
|
||||
'verb' => 'GET',
|
||||
],
|
||||
)));
|
||||
]];
|
||||
|
||||
|
|
Loading…
Reference in a new issue