mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
opportunistic cleanup (#26494)
This commit is contained in:
parent
ed9512d99d
commit
aae7c3b4b4
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