diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-04-20 09:55:41 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-04-21 09:31:07 +0200 |
commit | 493b20605f9819a03a23cf0da456f89634307152 (patch) | |
tree | cdacf96788fd9212051a19c9a9bf55e9c31f512c /apps/theming/appinfo | |
parent | 9ea72b10104ceb482be33b4626c3603a788a687f (diff) | |
download | nextcloud-server-493b20605f9819a03a23cf0da456f89634307152.tar.gz nextcloud-server-493b20605f9819a03a23cf0da456f89634307152.zip |
Font fixes and design update for theme picker
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming/appinfo')
-rw-r--r-- | apps/theming/appinfo/routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/appinfo/routes.php b/apps/theming/appinfo/routes.php index c9a99a409ef..fa8dde90786 100644 --- a/apps/theming/appinfo/routes.php +++ b/apps/theming/appinfo/routes.php @@ -45,7 +45,7 @@ return [ 'verb' => 'POST' ], [ - 'name' => 'Theming#getThemeVariables', + 'name' => 'Theming#getThemeStylesheet', 'url' => '/theme/{themeId}.css', 'verb' => 'GET', ], |