mirror of
https://github.com/grafana/grafana.git
synced 2025-09-18 01:33:02 +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) => ({
|
endpoints: (build) => ({
|
||||||
getIncidentsPluginConfig: build.query<IncidentsPluginConfigDto, void>({
|
getIncidentsPluginConfig: build.query<IncidentsPluginConfigDto, void>({
|
||||||
query: (integration) => ({
|
query: (integration) => ({
|
||||||
url: getProxyApiUrl('/api/internal/v1/organization/config-checks/'),
|
url: getProxyApiUrl('/api/ConfigurationTrackerService.GetConfigurationTracker'),
|
||||||
|
data: integration,
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
showErrorAlert: false,
|
showErrorAlert: false,
|
||||||
}),
|
}),
|
||||||
|
Reference in New Issue
Block a user