diff options
author | Julius Haertl <jus@bitgrid.net> | 2016-08-10 11:53:33 +0200 |
---|---|---|
committer | Julius Haertl <jus@bitgrid.net> | 2016-08-10 13:39:21 +0200 |
commit | 5f4e88ef6c6aa5e6768c0f3b1099f8d223607b00 (patch) | |
tree | 27046fca495b818949d9ec82d5d7367997c986b0 /apps/theming/appinfo/routes.php | |
parent | ef17f8b3baf143b907ab4193f46221e39f84d381 (diff) | |
download | nextcloud-server-5f4e88ef6c6aa5e6768c0f3b1099f8d223607b00.tar.gz nextcloud-server-5f4e88ef6c6aa5e6768c0f3b1099f8d223607b00.zip |
Theming: Add OCA.Theming Js for app interaction
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', + ], ]]; |