diff options
Diffstat (limited to 'core/src/OC/appconfig.js')
-rw-r--r-- | core/src/OC/appconfig.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/OC/appconfig.js b/core/src/OC/appconfig.js index 4b03f8db5fb..551259bd46c 100644 --- a/core/src/OC/appconfig.js +++ b/core/src/OC/appconfig.js @@ -26,7 +26,7 @@ */ /* eslint-disable */ - import { getValue, setValue, getApps, getKeys, deleteKey } from '../OCP/appconfig' + import { getValue, setValue, getApps, getKeys, deleteKey } from '../OCP/appconfig.js' export const appConfig = window.oc_appconfig || {} |