mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
a2ec329c5b
commit
4649e32e0e
2 changed files with 2 additions and 1 deletions
|
@ -16,12 +16,12 @@ import { setupXPackMain } from './server/lib/setup_xpack_main';
|
|||
import {
|
||||
xpackInfoRoute,
|
||||
telemetryRoute,
|
||||
settingsRoute,
|
||||
} from './server/routes/api/v1';
|
||||
import {
|
||||
CONFIG_TELEMETRY,
|
||||
CONFIG_TELEMETRY_DESC,
|
||||
} from './common/constants';
|
||||
import { settingsRoute } from './server/routes/api/v1/settings';
|
||||
import mappings from './mappings.json';
|
||||
|
||||
export { callClusterFactory } from './server/lib/call_cluster_factory';
|
||||
|
|
|
@ -6,3 +6,4 @@
|
|||
|
||||
export { xpackInfoRoute } from './xpack_info';
|
||||
export { telemetryRoute } from './telemetry';
|
||||
export { settingsRoute } from './settings';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue