Procházet zdrojové kódy

Work on handling frontend settings

Torkel Ödegaard před 11 roky
rodič
revize
cfabccc5f2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/app/components/require.config.js

+ 1 - 1
src/app/components/require.config.js

@@ -6,7 +6,7 @@ require.config({
 
   paths: {
     app: 'p_app',
-    config:                   ['../../frontend/config'],
+    config:                   ['components/config'],
     settings:                 'components/settings',
     kbn:                      'components/kbn',
     store:                    'components/store',