diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-08-10 16:11:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-10 16:11:48 +0200 |
commit | 7249f1340f2ac92aa2a4d762e5af7dbc910257c0 (patch) | |
tree | ea3a966b09d1e71224885991368a11078c102b39 /apps/theming/appinfo/routes.php | |
parent | d06724c2db0429c746671714deaec32eb03be0bd (diff) | |
parent | 5f4e88ef6c6aa5e6768c0f3b1099f8d223607b00 (diff) | |
download | nextcloud-server-7249f1340f2ac92aa2a4d762e5af7dbc910257c0.tar.gz nextcloud-server-7249f1340f2ac92aa2a4d762e5af7dbc910257c0.zip |
Merge pull request #819 from nextcloud/theming-support-for-apps
Theming support for apps
Diffstat (limited to 'apps/theming/appinfo/routes.php')
-rw-r--r-- | apps/theming/appinfo/routes.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/theming/appinfo/routes.php b/apps/theming/appinfo/routes.php index e062a68d69d..4a8d4bac5bc 100644 --- a/apps/theming/appinfo/routes.php +++ b/apps/theming/appinfo/routes.php @@ -55,5 +55,10 @@ return ['routes' => [ 'url' => '/loginbackground', 'verb' => 'GET', ], + [ + 'name' => 'Theming#getJavascript', + 'url' => '/js/theming', + 'verb' => 'GET', + ], ]]; |