opportunistic cleanup (#26494)

This commit is contained in:
Tim Sullivan 2018-12-03 14:39:01 -07:00 committed by GitHub
parent ed9512d99d
commit aae7c3b4b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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';

View file

@ -6,3 +6,4 @@
export { xpackInfoRoute } from './xpack_info';
export { telemetryRoute } from './telemetry';
export { settingsRoute } from './settings';