aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-03-29 22:18:40 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-21 09:29:33 +0200
commitb3cf312edcefec3fb26bad8637f3a0969504be87 (patch)
tree43397a079ea2b558e23cef722d6abbca11bc7cfb /apps/theming/appinfo
parent12ed5c9ff3e9dac25b43a1ad934a97a86037000b (diff)
downloadnextcloud-server-b3cf312edcefec3fb26bad8637f3a0969504be87.tar.gz
nextcloud-server-b3cf312edcefec3fb26bad8637f3a0969504be87.zip
Start theming providers
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/theming/appinfo')
-rw-r--r--apps/theming/appinfo/routes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/appinfo/routes.php b/apps/theming/appinfo/routes.php
index 0628ade8032..358f6a39ad4 100644
--- a/apps/theming/appinfo/routes.php
+++ b/apps/theming/appinfo/routes.php
@@ -44,8 +44,8 @@ return ['routes' => [
'verb' => 'POST'
],
[
- 'name' => 'Theming#getStylesheet',
- 'url' => '/styles',
+ 'name' => 'Theming#getThemeVariables',
+ 'url' => '/theme/{themeId}.css',
'verb' => 'GET',
],
[