File tree Expand file tree Collapse file tree 4 files changed +0
-56
lines changed
public/application/services/ml_api_service Expand file tree Collapse file tree 4 files changed +0
-56
lines changed Original file line number Diff line number Diff line change @@ -361,13 +361,6 @@ export function mlApiServicesProvider(httpService: HttpService) {
361361 } ) ;
362362 } ,
363363
364- getNotificationSettings ( ) {
365- return httpService . http < any > ( {
366- path : `${ basePath ( ) } /notification_settings` ,
367- method : 'GET' ,
368- } ) ;
369- } ,
370-
371364 checkIndexExists ( { index } : { index : string } ) {
372365 const body = JSON . stringify ( { index } ) ;
373366
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ import { jobRoutes } from './routes/anomaly_detectors';
4242import { jobServiceRoutes } from './routes/job_service' ;
4343import { savedObjectsRoutes } from './routes/saved_objects' ;
4444import { jobValidationRoutes } from './routes/job_validation' ;
45- import { notificationRoutes } from './routes/notification_settings' ;
4645import { resultsServiceRoutes } from './routes/results_service' ;
4746import { systemRoutes } from './routes/system' ;
4847import { MlLicense } from '../common/license' ;
Original file line number Diff line number Diff line change 127127 " ValidateCardinality" ,
128128 " ValidateJob" ,
129129
130- " NotificationSettings" ,
131- " GetNotificationSettings" ,
132-
133130 " DatafeedService" ,
134131 " CreateDatafeed" ,
135132 " PreviewDatafeed" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments