Przeglądaj źródła

Changed config.js to backend generated config.js

Torkel Ödegaard 11 lat temu
rodzic
commit
4e542d8b83
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/app/components/require.config.js

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

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