summaryrefslogtreecommitdiffstats
path: root/core/src/OC/index.js
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-05-07 09:03:14 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-05-07 14:03:14 +0200
commitacf0ca15414fa17ae5ccc2a7d123f83cf5a2192d (patch)
treed68fb69b753a47357df30a24458dbf3b0e932e7b /core/src/OC/index.js
parent22f3306fd0d4f782ba415ef8220f077e293eb655 (diff)
downloadnextcloud-server-acf0ca15414fa17ae5ccc2a7d123f83cf5a2192d.tar.gz
nextcloud-server-acf0ca15414fa17ae5ccc2a7d123f83cf5a2192d.zip
Move OC.appswebroots to the bundle and deprecate oc_appswebroots
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/src/OC/index.js')
-rw-r--r--core/src/OC/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/OC/index.js b/core/src/OC/index.js
index 548d6f544c8..345abdf5796 100644
--- a/core/src/OC/index.js
+++ b/core/src/OC/index.js
@@ -21,6 +21,7 @@
import Apps from './apps'
import {AppConfig, appConfig} from './appconfig'
+import appswebroots from './appswebroots'
import Backbone from './backbone'
import Config from './config'
import ContactsMenu from './contactsmenu'
@@ -53,6 +54,7 @@ export default {
Apps,
AppConfig,
appConfig,
+ appswebroots,
Backbone,
ContactsMenu,
config: Config,