Changing triggers actions ui routes to internal (#141149)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Ying Mao 2022-09-22 09:01:18 -04:00 committed by GitHub
parent 2f00d39586
commit 81e973bc35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 20 additions and 19 deletions

View file

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