mirror of
https://github.com/grafana/grafana.git
synced 2025-09-18 06:13:22 +08:00
Gops: Fix wrong endpoint for incidents check (#88238)
Fix wrong endpoint for incidents check
This commit is contained in:
@ -14,7 +14,8 @@ export const incidentsApi = alertingApi.injectEndpoints({
|
||||
endpoints: (build) => ({
|
||||
getIncidentsPluginConfig: build.query<IncidentsPluginConfigDto, void>({
|
||||
query: (integration) => ({
|
||||
url: getProxyApiUrl('/api/internal/v1/organization/config-checks/'),
|
||||
url: getProxyApiUrl('/api/ConfigurationTrackerService.GetConfigurationTracker'),
|
||||
data: integration,
|
||||
method: 'POST',
|
||||
showErrorAlert: false,
|
||||
}),
|
||||
|
Reference in New Issue
Block a user