mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Changing triggers actions ui routes to internal (#141149)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
2f00d39586
commit
81e973bc35
11 changed files with 20 additions and 19 deletions
|
@ -9,7 +9,7 @@ import { HttpSetup } from '@kbn/core/public';
|
|||
import { TimeSeriesResult } from '@kbn/triggers-actions-ui-plugin/common';
|
||||
import { IndexThresholdAlertParams } from './types';
|
||||
|
||||
const INDEX_THRESHOLD_DATA_API_ROOT = '/api/triggers_actions_ui/data';
|
||||
const INDEX_THRESHOLD_DATA_API_ROOT = '/internal/triggers_actions_ui/data';
|
||||
|
||||
export interface GetThresholdAlertVisualizationDataParams {
|
||||
model: IndexThresholdAlertParams;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue