Skip to content
Snippets Groups Projects
Unverified Commit 2de41121 authored by Joas Schilling's avatar Joas Schilling Committed by Bjoern Schiessle
Browse files

Update routes.php

parent 2f574f60
No related branches found
No related tags found
No related merge requests found
...@@ -24,9 +24,7 @@ ...@@ -24,9 +24,7 @@
* *
*/ */
namespace OCA\Theming\AppInfo; return ['routes' => [
(new \OCP\AppFramework\App('theming'))->registerRoutes($this, array('routes' => array(
[ [
'name' => 'Theming#updateStylesheet', 'name' => 'Theming#updateStylesheet',
'url' => '/ajax/updateStylesheet', 'url' => '/ajax/updateStylesheet',
...@@ -57,5 +55,5 @@ namespace OCA\Theming\AppInfo; ...@@ -57,5 +55,5 @@ namespace OCA\Theming\AppInfo;
'url' => '/loginbackground', 'url' => '/loginbackground',
'verb' => 'GET', 'verb' => 'GET',
], ],
))); ]];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment