Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2017-09-11 16:04:26 +0300
committerJulius Härtl <jus@bitgrid.net>2017-09-12 10:23:12 +0300
commit770aae42f6c57e3a273c7b09a91d43a366175234 (patch)
treed11c4f5e63d7f692e1d1be7fe156a134ca2a2450 /apps/theming/appinfo
parentb49ab065b783b3ec041ca395739d747d20e2e187 (diff)
Add themed manifest.json to theming app
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming/appinfo')
-rw-r--r--apps/theming/appinfo/routes.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/theming/appinfo/routes.php b/apps/theming/appinfo/routes.php
index f4aa2f93162..530e13f53d4 100644
--- a/apps/theming/appinfo/routes.php
+++ b/apps/theming/appinfo/routes.php
@@ -61,6 +61,12 @@ return ['routes' => [
'verb' => 'GET',
],
[
+ 'name' => 'Theming#getManifest',
+ 'url' => '/manifest/{app}',
+ 'verb' => 'GET',
+ 'defaults' => array('app' => 'core')
+ ],
+ [
'name' => 'Icon#getFavicon',
'url' => '/favicon/{app}',
'verb' => 'GET',