Skip to content

Commit

Permalink
remove uptime public API, it's not used. (#101799) (#101943)
Browse files Browse the repository at this point in the history
Co-authored-by: Stacey Gammon <[email protected]>
  • Loading branch information
kibanamachine and stacey-gammon authored Jun 10, 2021
1 parent a13e4b5 commit 0074cf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/uptime/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
import { PluginInitializerContext } from '../../../../src/core/server';
import { Plugin } from './plugin';

export { initServerWithKibana, KibanaServer } from './kibana.index';
export const plugin = (initializerContext: PluginInitializerContext) =>
new Plugin(initializerContext);

0 comments on commit 0074cf5

Please sign in to comment.