diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-07 09:03:14 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-07 14:03:14 +0200 |
commit | acf0ca15414fa17ae5ccc2a7d123f83cf5a2192d (patch) | |
tree | d68fb69b753a47357df30a24458dbf3b0e932e7b /core/src/OC/index.js | |
parent | 22f3306fd0d4f782ba415ef8220f077e293eb655 (diff) | |
download | nextcloud-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.js | 2 |
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, |